Update go to 1.7.3

This commit is contained in:
Nick Craig-Wood 2016-10-20 10:59:46 +01:00
parent a4a44a41ae
commit eca9e8eb70

View File

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