Fix Travis download of dep

This commit is contained in:
Arthur Barr
2017-12-05 15:39:32 +00:00
parent b66a799d7f
commit 878442905d

View File

@@ -13,10 +13,8 @@ before_install:
- sudo apt-get update - sudo apt-get update
- sudo apt-get -y install docker-ce - sudo apt-get -y install docker-ce
- curl https://glide.sh/get | sh - curl https://glide.sh/get | sh
- curl -LO https://github.com/golang/dep/releases/download/v0.3.2/dep-linux-amd64.zip - curl -Lo /usr/local/bin/dep https://github.com/golang/dep/releases/download/v0.3.2/dep-linux-amd64
- unzip dep-linux-amd64.zip - chmod +x /usr/local/bin/dep
- sudo mv dep /usr/local/bin
- rm dep-linux-amd64.zip
install: install:
- echo nothing - echo nothing