Browse Source

Merge pull request #7151 from gyuho/travis

travis: use Go 1.7.4, drop old env var
Gyu-Ho Lee 9 years ago
parent
commit
0c88795a19
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