Browse Source

[build] Update Go versions; add 1.10.x (#364)

pull/370/head
Matt Silverlock 8 years ago committed by GitHub
parent
commit
b57cb1605f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      .travis.yml

11
.travis.yml

@ -3,11 +3,12 @@ sudo: false @@ -3,11 +3,12 @@ sudo: false
matrix:
include:
- go: 1.5
- go: 1.6
- go: 1.7
- go: 1.8
- go: 1.9
- go: 1.5.x
- go: 1.6.x
- go: 1.7.x
- go: 1.8.x
- go: 1.9.x
- go: 1.10.x
- go: tip
allow_failures:
- go: tip

Loading…
Cancel
Save