Browse Source

More go dep

Mathieu Lecarme 7 năm trước cách đây
mục cha
commit
00352b68f3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -9,12 +9,12 @@ go:
 
 install:
   - export GO15VENDOREXPERIMENT=1
+  - go get -u github.com/golang/dep/cmd/dep
     # 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:
-  - ls ${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin
   - ./.travis.gofmt.sh
   - make guerrillad
   - make test