[travis] echo $TRAVIS_COMMIT_RANGE

This commit is contained in:
MarcoFalke 2016-04-05 12:49:53 +02:00
parent faef3b710f
commit fac9ca2ec6

View file

@ -80,6 +80,6 @@ script:
- if [ "$RUN_TESTS" = "true" ]; then make check; fi
- if [ "$RUN_TESTS" = "true" ]; then qa/pull-tester/rpc-tests.py --coverage; fi
after_script:
- echo "Commit, which was evaluated by travis in this build job:"
- echo $TRAVIS_COMMIT_RANGE
- echo $TRAVIS_COMMIT_LOG
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then (echo "Upload goes here. Something like: scp -r $BASE_OUTDIR server" || echo "upload failed"); fi