Update .travis.yml

remove go dep
This commit is contained in:
Lei Xue
2020-07-14 21:40:45 +08:00
committed by GitHub
parent be28a04ce2
commit c08da2d785

View File

@@ -27,7 +27,6 @@ before_script:
- ceph status
- sudo apt-get install -y libcunit1 libcunit1-doc libcunit1-dev
- sudo apt-get install -y open-iscsi
- go get -u github.com/golang/dep/cmd/dep
script:
- cd ${TRAVIS_BUILD_DIR}