travis: Require Go 1.5.3 to run the image deploy

* Future binaries are expected to make use of Go crypto
This commit is contained in:
Dalton Hubble
2016-01-19 01:29:53 -08:00
parent de6bb33eb6
commit e052aba257

View File

@@ -3,7 +3,7 @@ sudo: required
services:
- docker
go:
- 1.5
- 1.5.3
- tip
install:
- go get golang.org/x/tools/cmd/vet
@@ -20,7 +20,7 @@ deploy:
skip_cleanup: true
on:
branch: master
go: '1.5'
go: '1.5.3'
condition: "$TRAVIS_PULL_REQUEST = false"
notifications:
email: false