Update go to 1.7.4 and 1.6.4 in CI

This commit is contained in:
Nick Craig-Wood 2016-12-09 17:12:11 +00:00
parent 5b5df9ae8e
commit 2656a0e070
1 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@ os:
- osx
go:
- 1.5.4
- 1.6.3
- 1.7.3
- 1.6.4
- 1.7.4
install:
- git fetch --unshallow --tags
- make vars
@ -23,5 +23,5 @@ deploy:
script: make travis_beta
on:
branch: master
go: 1.7.3
go: 1.7.4
condition: "`uname` == 'Linux'"