1
0
mirror of https://github.com/strongdm/comply synced 2024-07-08 17:31:47 +00:00
comply/vendor/github.com/xanzy/go-gitlab/.travis.yml

27 lines
341 B
YAML
Raw Normal View History

2018-07-21 00:55:27 +00:00
language: go
go:
- 1.13.x
- 1.14.x
2018-07-21 00:55:27 +00:00
- master
stages:
- lint
- test
jobs:
include:
- stage: lint
script:
- go get golang.org/x/lint/golint
2018-07-21 00:55:27 +00:00
- golint -set_exit_status
- go vet -v
- stage: test
script:
- go test -v
matrix:
allow_failures:
- go: master
fast_finish: true