Explorar o código

travis: use Go 1.7.4, drop old env var

We don't use Go 1.5.x anymore
Gyu-Ho Lee %!s(int64=9) %!d(string=hai) anos
pai
achega
21e3418553
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  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