Additional fix for Travis

This commit is contained in:
Arthur Barr
2017-12-05 16:08:35 +00:00
parent 878442905d
commit 18635b704c

View File

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