Skip to content

Commit fac9ca2

Browse files
author
MarcoFalke
committed
[travis] echo $TRAVIS_COMMIT_RANGE
1 parent faef3b7 commit fac9ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ script:
8080
- if [ "$RUN_TESTS" = "true" ]; then make check; fi
8181
- if [ "$RUN_TESTS" = "true" ]; then qa/pull-tester/rpc-tests.py --coverage; fi
8282
after_script:
83-
- echo "Commit, which was evaluated by travis in this build job:"
83+
- echo $TRAVIS_COMMIT_RANGE
8484
- echo $TRAVIS_COMMIT_LOG
8585
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then (echo "Upload goes here. Something like: scp -r $BASE_OUTDIR server" || echo "upload failed"); fi

0 commit comments

Comments
 (0)