1
0
mirror of https://github.com/rancher/os.git synced 2025-09-17 23:48:09 +00:00

Update vendor

This commit is contained in:
Darren Shepherd
2016-05-31 18:12:52 -07:00
parent 410dfbe0fd
commit a14846152b
1253 changed files with 222820 additions and 15054 deletions

18
vendor/github.com/opencontainers/specs/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,18 @@
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