Skip to content

Commit 9c2e10a

Browse files
authored
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)
1 parent 5160b48 commit 9c2e10a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ env:
77
- GOTAGS=trace
88
- GOTAGS=vtable
99
go:
10-
- 1.7
11-
- 1.8
12-
- tip
10+
- 1.7.x
11+
- 1.8.x
12+
- 1.9.x
13+
- master
1314
before_install:
1415
- go get github.com/mattn/goveralls
1516
- go get golang.org/x/tools/cmd/cover

0 commit comments

Comments
 (0)