diff options
author | John Newbery <john@johnnewbery.com> | 2017-07-04 17:27:46 +0100 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2017-07-04 17:27:46 +0100 |
commit | bd00fa52a1818f125c32d9759c3ddf506310271a (patch) | |
tree | 903b6f1d6ea419b3c558c836578a3a6bbba03989 | |
parent | 7397af9d314dd01ca3699efbe6eec68f62a6ef2b (diff) |
[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 fcf4b082f1..a79428fc17 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 |