Merge pull request #7151 from gyuho/travis

travis: use Go 1.7.4, drop old env var
release-3.1
Gyu-Ho Lee 2017-01-13 12:55:32 -08:00 committed by GitHub
commit 0c88795a19
1 changed files with 1 additions and 3 deletions

View File

@ -4,12 +4,10 @@ go_import_path: github.com/coreos/etcd
sudo: false
go:
- 1.7.3
- 1.7.4
- tip
env:
global:
- GO15VENDOREXPERIMENT=1
matrix:
- TARGET=amd64
- TARGET=arm64