Merge pull request #345 from rosenhouse/travis-go-versions
travis: roll forward the versions of Go that we test
This commit is contained in:
commit
e3bcc3e41b
10
.travis.yml
10
.travis.yml
@ -3,8 +3,8 @@ sudo: required
|
|||||||
dist: trusty
|
dist: trusty
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.5.4
|
- 1.6.x
|
||||||
- 1.6.2
|
- 1.7.x
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
env:
|
env:
|
||||||
@ -23,12 +23,6 @@ matrix:
|
|||||||
allow_failures:
|
allow_failures:
|
||||||
- go: tip
|
- go: tip
|
||||||
exclude:
|
exclude:
|
||||||
- go: 1.5.4
|
|
||||||
env: arm
|
|
||||||
- go: 1.5.4
|
|
||||||
env: arm64
|
|
||||||
- go: 1.5.4
|
|
||||||
env: ppc64le
|
|
||||||
- go: tip
|
- go: tip
|
||||||
env: arm
|
env: arm
|
||||||
- go: tip
|
- go: tip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user