travis: Update Go version to 1.7.4

This commit is contained in:
Dalton Hubble
2016-12-06 20:01:00 -08:00
parent e62e8419cd
commit de093cb7aa

View File

@@ -3,15 +3,12 @@ sudo: required
services:
- docker
go:
- 1.6.3
- 1.7
- 1.6.4
- 1.7.4
- tip
matrix:
allow_failures:
- go: tip
env:
global:
- GO15VENDOREXPERIMENT="1"
install:
- go get github.com/golang/lint/golint
script:
@@ -22,7 +19,7 @@ deploy:
skip_cleanup: true
on:
branch: master
go: '1.6.3'
go: '1.7.4'
condition: "$TRAVIS_PULL_REQUEST = false"
notifications:
email: change