diff options
author | MarcoFalke <falke.marco@gmail.com> | 2016-04-05 12:49:53 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2016-04-05 12:40:05 +0200 |
commit | fac9ca2ec69bc629dbbd81c83e5bf67690e52c96 (patch) | |
tree | c9ddac3dcd2cd1f3c474178a4db4c0e4befd8621 /.travis.yml | |
parent | faef3b710fe2ced7cc94a82847c547865a64fd92 (diff) |
[travis] echo $TRAVIS_COMMIT_RANGE
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3f1af53011..95ef36bf02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |