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: stages:
- test - test
test-all: test-all:
stage: test stage: test
image: golang:1.11 image: golang:1.11
script: script:
- curl https://glide.sh/get | sh
- glide install - glide install
- go test ./... - go test ./...