1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-27 13:48:49 +08:00

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

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