Set GO15VENDOREXPERIMENT=1 earlier in travis script.

This commit is contained in:
Josh Rickmar 2016-06-16 17:15:46 -04:00
parent 127246fb22
commit 959ef467da

View file

@ -5,6 +5,7 @@ go:
sudo: false
before_install:
- gotools=golang.org/x/tools
- export GO15VENDOREXPERIMENT=1
install:
- go get -v github.com/Masterminds/glide
- glide install
@ -14,5 +15,4 @@ install:
- go get -v github.com/davecgh/go-spew/spew
script:
- export PATH=$PATH:$HOME/gopath/bin
- export GO15VENDOREXPERIMENT=1
- ./goclean.sh