k3s/vendor/github.com/opencontainers/runtime-tools/.travis.yml

21 lines
417 B
YAML
Raw Normal View History

2019-01-12 04:58:27 +00:00
language: go
go:
- 1.7.x
- 1.8.x
- 1.9.x
sudo: false
before_install:
- mkdir --parents $GOPATH/src/golang.org/x
&& git clone --depth=1 https://go.googlesource.com/lint $GOPATH/src/golang.org/x/lint
&& go get golang.org/x/lint/golint
- go get github.com/vbatts/git-validation
install: true
script:
- git-validation -run DCO,short-subject -v -range ${TRAVIS_COMMIT_RANGE}
- make
- make test