add glide

This commit is contained in:
Jakub 2019-05-01 16:53:29 +02:00
parent 8a907114c0
commit 2eea06b104

View file

@ -1,9 +1,11 @@
stages:
- test
test-all:
stage: test
image: golang:1.11
script:
- curl https://glide.sh/get | sh
- glide install
- go test ./...