We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c368be6 + d9b7bc3 commit 995c556Copy full SHA for 995c556
.travis.yml
@@ -18,5 +18,6 @@ install: true
18
script:
19
- make .govet
20
- make .golint
21
- - make .gitvalidation
+ - echo "${TRAVIS_COMMIT_RANGE} -> ${TRAVIS_COMMIT_RANGE/.../..} (travis-ci/travis-ci#4596)"
22
+ - TRAVIS_COMMIT_RANGE="${TRAVIS_COMMIT_RANGE/.../..}" make .gitvalidation
23
- make docs
0 commit comments