Skip to content

Commit

Permalink
travis: update go versions
Browse files Browse the repository at this point in the history
I think 1.something.x token not working for go<1.4.
For that reason I leave 1.2 and 1.3 as is.
  • Loading branch information
dvrkps authored and mattrobenolt committed Sep 18, 2017
1 parent d175f85 commit 1452f63
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ language: go
go:
- "1.2"
- "1.3"
- "1.4"
- "1.5"
- "1.6"
- "1.7"
- 1.4.x
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- tip

before_install:
Expand Down

0 comments on commit 1452f63

Please sign in to comment.