diff options
| author | MarcoFalke <[email protected]> | 2016-04-05 12:49:53 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-04-05 12:40:05 +0200 |
| commit | fac9ca2ec69bc629dbbd81c83e5bf67690e52c96 (patch) | |
| tree | c9ddac3dcd2cd1f3c474178a4db4c0e4befd8621 | |
| parent | [travis] Print the commit which was evaluated (diff) | |
| download | discoin-fac9ca2ec69bc629dbbd81c83e5bf67690e52c96.tar.xz discoin-fac9ca2ec69bc629dbbd81c83e5bf67690e52c96.zip | |
[travis] echo $TRAVIS_COMMIT_RANGE
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3f1af5301..95ef36bf0 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 |