Skip to content

Commit 44582cf

Browse files
committed
.travis: Print commit range for debugging TRAVIS_COMMIT_RANGE
Sometimes Travis gives test results for more commits than I expect it to. This should make it easy to figure out why, so we can distinguish between "Travis is giving us a surprisingly large range" and "validate.go has a buggy GitCommits". Signed-off-by: W. Trevor King <wking@tremily.us>
1 parent bdaf446 commit 44582cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ before_install:
1313
install: true
1414

1515
script:
16+
- echo ${TRAVIS_COMMIT_RANGE}
1617
- go run .tools/validate.go -range ${TRAVIS_COMMIT_RANGE}
1718

0 commit comments

Comments
 (0)