passforios-gopenpgp/.gitlab-ci.yml
2019-05-01 16:53:29 +02:00

11 lines
171 B
YAML

stages:
- test
test-all:
stage: test
image: golang:1.11
script:
- curl https://glide.sh/get | sh
- glide install
- go test ./...