Skip to content

Commit

Permalink
Use the most recent go version
Browse files Browse the repository at this point in the history
I was wrong that 'tip' refers to the latest release go version. Although Travis CI's document uses wording "latest version", tip seems to be the development version instead of release version. The build log shows "go version devel".
  • Loading branch information
justicezyx committed Aug 25, 2016
1 parent 85e3511 commit 83e45eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ os:

language: go
go:
- 1.6
- 1.7
- tip

services:
Expand Down

0 comments on commit 83e45eb

Please sign in to comment.