This commit is contained in:
Jakub 2019-05-01 16:39:04 +02:00
parent 21fe53fd5d
commit 8a907114c0

9
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,9 @@
stages:
- test
test-all:
stage: test
image: golang:1.11
script:
- glide install
- go test ./...