add glide
This commit is contained in:
parent
8a907114c0
commit
2eea06b104
1 changed files with 2 additions and 0 deletions
|
|
@ -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 ./...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue