travis ci: switch to "1.10.x" notation
"1.10" does not work as expected because it is parsed as a floating point number: https://github.com/travis-ci/travis-ci/issues/9247 Added benefit is that we always get the latest point release.
This commit is contained in:
parent
7f6e4ba47a
commit
ac8f8bf432
13
.travis.yml
13
.travis.yml
@ -6,12 +6,13 @@ git:
|
||||
# Build with the lastest versions of Go 1.5 and later
|
||||
# See https://golang.org/dl/
|
||||
go:
|
||||
- 1.5.4
|
||||
- 1.6.4
|
||||
- 1.7.6
|
||||
- 1.8.5
|
||||
- 1.9.2
|
||||
- 1.10
|
||||
- 1.5.x
|
||||
- 1.6.x
|
||||
- 1.7.x
|
||||
- 1.8.x
|
||||
- 1.9.x
|
||||
- 1.10.x
|
||||
- stable
|
||||
|
||||
install:
|
||||
- go get .
|
||||
|
Loading…
Reference in New Issue
Block a user