diff options
author | John Newbery <john@johnnewbery.com> | 2017-02-16 14:01:06 -0500 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2017-03-27 11:55:52 -0400 |
commit | 6d780b1b0c132875d16ab1d571beba69a674a161 (patch) | |
tree | 05415bba7346bf40e3c367edefc0ad03eaf12aa3 /.travis.yml | |
parent | 55992f1302c7ac1a318410351be804e32a0aabe3 (diff) |
Update travis config to run rpc-tests.py in quiet mode
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 503172f2a9..eec70963b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,7 +70,7 @@ script: - make $MAKEJOBS $GOAL || ( echo "Build failure. Verbose build follows." && make $GOAL V=1 ; false ) - export LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib - if [ "$RUN_TESTS" = "true" ]; then make $MAKEJOBS check VERBOSE=1; fi - - if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then extended="--extended --exclude pruning"; fi + - if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then extended="--extended --quiet --exclude pruning"; fi - if [ "$RUN_TESTS" = "true" ]; then test/functional/test_runner.py --coverage ${extended}; fi after_script: - echo $TRAVIS_COMMIT_RANGE |