Skip to content

Commit

Permalink
[travis] echo $TRAVIS_COMMIT_RANGE
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Apr 5, 2016
1 parent faef3b7 commit fac9ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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

0 comments on commit fac9ca2

Please sign in to comment.