[travis] echo $TRAVIS_COMMIT_RANGE
This commit is contained in:
parent
faef3b710f
commit
fac9ca2ec6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue