We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c49f5 commit d1fb97fCopy full SHA for d1fb97f
.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