Skip to content

Commit

Permalink
Fix Travis build file and add latest go 1.7
Browse files Browse the repository at this point in the history
This removes the tip spec to use master instead, because
tip is apparently not supported anymore, see travis-ci/gimme#38
and https://docs.travis-ci.com/user/languages/go.
Also, using the `x` suffix is apparently necessary to use the latest version.
  • Loading branch information
noirotm committed Jan 5, 2017
1 parent 9505d7d commit a2e4d2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ go:
- 1.4
- 1.5
- 1.6
- tip
- 1.7.x
- master

0 comments on commit a2e4d2b

Please sign in to comment.