forked from mirror/go-sqlite3
Updated travis.yml
Use the latest Go version in each major branch (documentation: https://docs.travis-ci.com/user/languages/go/#Specifying-a-Go-version-to-use)
This commit is contained in:
parent
5160b48509
commit
9c2e10a3ba
|
@ -7,9 +7,10 @@ env:
|
||||||
- GOTAGS=trace
|
- GOTAGS=trace
|
||||||
- GOTAGS=vtable
|
- GOTAGS=vtable
|
||||||
go:
|
go:
|
||||||
- 1.7
|
- 1.7.x
|
||||||
- 1.8
|
- 1.8.x
|
||||||
- tip
|
- 1.9.x
|
||||||
|
- master
|
||||||
before_install:
|
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
|
||||||
|
|
Loading…
Reference in New Issue