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
matrix: matrix:
include: include:
- go: 1.5 - go: 1.5.x
- go: 1.6 - go: 1.6.x
- go: 1.7 - go: 1.7.x
- go: 1.8 - go: 1.8.x
- go: 1.9 - go: 1.9.x
- go: 1.10.x
- go: tip - go: tip
allow_failures: allow_failures:
- go: tip - go: tip

Loading…
Cancel
Save