travis: use GO15VENDOREXPERIMENT

release-3.0
Anthony Romano 2016-03-22 17:31:25 -07:00
parent 45cf31650c
commit 2f22ac662c
1 changed files with 7 additions and 0 deletions

View File

@ -17,8 +17,15 @@ addons:
- libaspell-dev
- libhunspell-dev
env:
- GO15VENDOREXPERIMENT=1
before_install:
- go get -v github.com/chzchzchz/goword
# disable godep restore override
install:
- go get -t -v ./...
script:
- ./test