Fix Glide installation

Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
This commit is contained in:
Drasko DRASKOVIC 2016-10-13 22:55:00 +02:00
parent 3f0eaaec31
commit bbc66553b2
1 changed files with 5 additions and 2 deletions

View File

@ -6,9 +6,12 @@ go:
before_install:
- sudo apt-get -qq update
install:
- go get github.com/Masterminds/glide
script:
go get -v ./...
go test $(glide novendor)
- go get -v ./...
- go test $(glide novendor)
# Sudo is required for docker
sudo: required