We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b574d5 + d1fb97f commit ef9a4b3Copy full SHA for ef9a4b3
.travis.yml
@@ -23,8 +23,9 @@ before_install:
23
- go get -u github.com/golang/lint/golint
24
- go get -u github.com/vbatts/git-validation
25
- go get -u github.com/mvdan/sh/cmd/shfmt
26
+ - env | grep TRAVIS_
27
28
script:
- - git-validation -run DCO,short-subject -v -range ${TRAVIS_BRANCH}..FETCH_HEAD
29
+ - git-validation -run DCO,short-subject -v
30
- make BUILDTAGS="${BUILDTAGS}"
31
- make BUILDTAGS="${BUILDTAGS}" clean validate test
0 commit comments