mirror of https://github.com/mattn/go-sqlite3.git
Bump Travis to Ubuntu 14.04
This commit is contained in:
parent
9f06636f8c
commit
42d411769d
|
@ -1,4 +1,6 @@
|
||||||
language: go
|
language: go
|
||||||
|
sudo: required
|
||||||
|
dist: trusty
|
||||||
go:
|
go:
|
||||||
- 1.5
|
- 1.5
|
||||||
- 1.6
|
- 1.6
|
||||||
|
@ -7,5 +9,5 @@ before_install:
|
||||||
- go get github.com/mattn/goveralls
|
- go get github.com/mattn/goveralls
|
||||||
- go get golang.org/x/tools/cmd/cover
|
- go get golang.org/x/tools/cmd/cover
|
||||||
script:
|
script:
|
||||||
- $HOME/gopath/bin/goveralls
|
- $HOME/gopath/bin/goveralls -repotoken 3qJVUE0iQwqnCbmNcDsjYu1nh4J4KIFXx
|
||||||
- go test -v . -tags "libsqlite3"
|
- go test -v . -tags "libsqlite3"
|
||||||
|
|
Loading…
Reference in New Issue