diff options
| author | John Newbery <[email protected]> | 2017-07-04 17:27:46 +0100 |
|---|---|---|
| committer | John Newbery <[email protected]> | 2017-07-04 17:27:46 +0100 |
| commit | bd00fa52a1818f125c32d9759c3ddf506310271a (patch) | |
| tree | 903b6f1d6ea419b3c558c836578a3a6bbba03989 | |
| parent | Merge #10728: fix typo in help text for removeprunedfunds (diff) | |
| download | discoin-bd00fa52a1818f125c32d9759c3ddf506310271a.tar.xz discoin-bd00fa52a1818f125c32d9759c3ddf506310271a.zip | |
[test] don't run dbcrash.py on Travis
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fcf4b082f..a79428fc1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,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 travis_wait 30 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 --exclude pruning,dbcrash"; fi - if [ "$RUN_TESTS" = "true" ]; then test/functional/test_runner.py --coverage --quiet ${extended}; fi after_script: - echo $TRAVIS_COMMIT_RANGE |