1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00
Files
os/vendor/github.com/opencontainers/specs/.travis.yml
Darren Shepherd 03db5d1058 Update vendor/
2016-06-06 08:08:00 -07:00

19 lines
333 B
YAML

language: go
go:
- 1.6
- 1.5.3
sudo: false
before_install:
- go version | (grep -q 'go1.[56]' || exit 0 && go get -u github.com/golang/lint/golint )
- go get -u github.com/vbatts/git-validation
install: true
script:
- go vet -x ./...
- make .golint
- git-validation -run DCO,short-subject,dangling-whitespace -v