Improve dependency handling

This commit is contained in:
Arthur Barr
2017-11-29 12:29:59 +00:00
parent 0823fd1cea
commit 0ad595dc99
2 changed files with 13 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ before_install:
- sudo apt-get update
- sudo apt-get -y install docker-ce
- curl https://glide.sh/get | sh
- curl -LO https://github.com/golang/dep/releases/download/v0.3.0/dep-linux-amd64.zip
- curl -LO https://github.com/golang/dep/releases/download/v0.3.2/dep-linux-amd64.zip
- unzip dep-linux-amd64.zip
- sudo mv dep /usr/local/bin
- rm dep-linux-amd64.zip
@@ -21,9 +21,6 @@ before_install:
install:
- echo nothing
before_script:
- make deps
script:
- make build-devserver
- make test-devserver