We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faef3b7 commit fac9ca2Copy full SHA for fac9ca2
.travis.yml
@@ -80,6 +80,6 @@ script:
80
- if [ "$RUN_TESTS" = "true" ]; then make check; fi
81
- if [ "$RUN_TESTS" = "true" ]; then qa/pull-tester/rpc-tests.py --coverage; fi
82
after_script:
83
- - echo "Commit, which was evaluated by travis in this build job:"
+ - echo $TRAVIS_COMMIT_RANGE
84
- echo $TRAVIS_COMMIT_LOG
85
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then (echo "Upload goes here. Something like: scp -r $BASE_OUTDIR server" || echo "upload failed"); fi
0 commit comments