1
0
mirror of https://github.com/strongdm/comply synced 2024-07-05 08:11:48 +00:00
comply/vendor/github.com/xanzy/go-gitlab/.travis.yml
Justin McCarthy 007cf3dd3c
dep ensure
2018-07-20 17:55:27 -07:00

28 lines
355 B
YAML

language: go
go:
- 1.8.x
- 1.9.x
- 1.10.x
- master
stages:
- lint
- test
jobs:
include:
- stage: lint
script:
- go get github.com/golang/lint/golint
- golint -set_exit_status
- go vet -v
- stage: test
script:
- go test -v
matrix:
allow_failures:
- go: master
fast_finish: true