We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f3dbc5 + 36b61ae commit a4c49f5Copy full SHA for a4c49f5
.travis.yml
@@ -25,6 +25,6 @@ before_install:
25
- go get -u github.com/mvdan/sh/cmd/shfmt
26
27
script:
28
- - git-validation -run DCO,short-subject -v -range ${TRAVIS_COMMIT_RANGE}
+ - git-validation -run DCO,short-subject -v -range ${TRAVIS_BRANCH}..FETCH_HEAD
29
- make BUILDTAGS="${BUILDTAGS}"
30
- make BUILDTAGS="${BUILDTAGS}" clean validate test
0 commit comments