Skip to content

Commit 995c556

Browse files
authored
Merge d9b7bc3 into c368be6
2 parents c368be6 + d9b7bc3 commit 995c556

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ install: true
1818
script:
1919
- make .govet
2020
- make .golint
21-
- make .gitvalidation
21+
- echo "${TRAVIS_COMMIT_RANGE} -> ${TRAVIS_COMMIT_RANGE/.../..} (travis-ci/travis-ci#4596)"
22+
- TRAVIS_COMMIT_RANGE="${TRAVIS_COMMIT_RANGE/.../..}" make .gitvalidation
2223
- make docs

0 commit comments

Comments
 (0)