travis.yml: Add Go 1.7, remove Go 1.5

This commit is contained in:
Dalton Hubble
2016-08-16 10:28:51 -07:00
parent 88fa2341e5
commit 22ae896c85

View File

@@ -3,8 +3,8 @@ sudo: required
services:
- docker
go:
- 1.5.4
- 1.6.2
- 1.6.3
- 1.7
- tip
matrix:
allow_failures:
@@ -22,7 +22,7 @@ deploy:
skip_cleanup: true
on:
branch: master
go: '1.6.2'
go: '1.6.3'
condition: "$TRAVIS_PULL_REQUEST = false"
notifications:
email: change