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

9 lines
129 B
YAML

stages:
- test
test-all:
stage: test
image: golang:1.11
script:
- glide install
- go test ./...