Parcourir la source

Fix: dep danse for Travis

Mathieu Lecarme il y a 7 ans
Parent
commit
1311b702f1
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      .travis.yml

+ 3 - 1
.travis.yml

@@ -9,7 +9,9 @@ go:
 
 install:
   - export GO15VENDOREXPERIMENT=1
-  - godep ensure
+    # Add Godeps dependencies to GOPATH and PATH
+  - export GOPATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace:$GOPATH"
+  - export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH"
 
 script:
   - ./.travis.gofmt.sh