mirror of
https://github.com/rancher/os.git
synced 2025-09-17 23:48:09 +00:00
Update vendor
This commit is contained in:
18
vendor/github.com/opencontainers/specs/.travis.yml
generated
vendored
Normal file
18
vendor/github.com/opencontainers/specs/.travis.yml
generated
vendored
Normal 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
|
||||
|
Reference in New Issue
Block a user