Skip to content

Commit

Permalink
[build] Update Go versions; add 1.10.x (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
elithrar authored Apr 16, 2018
1 parent 94231ff commit b57cb16
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b57cb16

Please sign in to comment.