Browse Source

travis: use Go 1.7.4, drop old env var

We don't use Go 1.5.x anymore
Gyu-Ho Lee 9 years ago
parent
commit
21e3418553
1 changed files with 1 additions and 3 deletions
  1. 1 3
      .travis.yml

+ 1 - 3
.travis.yml

@@ -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