Browse Source

travis: use GO15VENDOREXPERIMENT

Anthony Romano 9 years ago
parent
commit
2f22ac662c
1 changed files with 7 additions and 0 deletions
  1. 7 0
      .travis.yml

+ 7 - 0
.travis.yml

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