Browse Source

More go dep

Mathieu Lecarme 7 years ago
parent
commit
00352b68f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -9,12 +9,12 @@ go:
 
 
 install:
 install:
   - export GO15VENDOREXPERIMENT=1
   - export GO15VENDOREXPERIMENT=1
+  - go get -u github.com/golang/dep/cmd/dep
     # Add Godeps dependencies to GOPATH and PATH
     # Add Godeps dependencies to GOPATH and PATH
   - export GOPATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace:$GOPATH"
   - export GOPATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace:$GOPATH"
   - export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH"
   - export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH"
 
 
 script:
 script:
-  - ls ${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin
   - ./.travis.gofmt.sh
   - ./.travis.gofmt.sh
   - make guerrillad
   - make guerrillad
   - make test
   - make test