Skip to content

Commit

Permalink
Use latest patch releases of Go
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi authored and garyburd committed Feb 19, 2018
1 parent 8fbc40b commit 2967b10
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ sudo: false

matrix:
include:
- go: 1.4
- go: 1.5
- go: 1.6
- go: 1.7
- go: 1.8
- go: 1.9
- go: 1.4.x
- go: 1.5.x
- go: 1.6.x
- go: 1.7.x
- go: 1.8.x
- go: 1.9.x
- go: tip
allow_failures:
- go: tip
Expand Down

0 comments on commit 2967b10

Please sign in to comment.