We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f53d41 + f192d1b commit 98c57b8Copy full SHA for 98c57b8
1 file changed
.travis.yml
@@ -15,8 +15,19 @@ env:
15
- TRAVIS_GOOS=linux
16
- TRAVIS_GOOS=darwin
17
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
26
script:
27
- export GOOS=${TRAVIS_GOOS}
28
+ - DCO_VERBOSITY=-q ../project/script/validate/dco
29
+ - ../project/script/validate/fileheader ../project/
30
+ - ../project/script/validate/vendor
31
- make build binaries
32
- if [ "$GOOS" = "linux" ]; then make vet test; fi
33
- if [ "$GOOS" != "linux" ]; then make test-compile; fi
0 commit comments