Skip to content

Commit f192d1b

Browse files
committed
Add common project validation scripts
Test using common validation scripts/templates from containerd/project and add them to continuity's travis config. Signed-off-by: Phil Estes <[email protected]>
1 parent aae7d98 commit f192d1b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,19 @@ env:
1515
- TRAVIS_GOOS=linux
1616
- TRAVIS_GOOS=darwin
1717

18+
install:
19+
- go get -u github.com/vbatts/git-validation
20+
- go get -u github.com/kunalkushwaha/ltag
21+
- go get -u github.com/LK4D4/vndr
22+
23+
before_script:
24+
- pushd ..; git clone https://github.com/containerd/project; popd
25+
1826
script:
1927
- export GOOS=${TRAVIS_GOOS}
28+
- DCO_VERBOSITY=-q ../project/script/validate/dco
29+
- ../project/script/validate/fileheader ../project/
30+
- ../project/script/validate/vendor
2031
- make build binaries
2132
- if [ "$GOOS" = "linux" ]; then make vet test; fi
2233
- if [ "$GOOS" != "linux" ]; then make test-compile; fi

0 commit comments

Comments
 (0)