diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-02-02 14:40:44 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-02-02 14:38:37 -0500 |
commit | fa6b7b9cf66344dfb638fd645c44c22521088165 (patch) | |
tree | 88c789868bcafb009d0f176a7ab8598edd4a879a | |
parent | b3a715301a0fd972fb2f3bd36e2680b3cdbbab26 (diff) |
travis: Revert "Run extended tests once daily"
This reverts commit 88e3aa0bcbbf825f4afa6a9a689b1f5a5958ed14
-rwxr-xr-x | .travis/test_06_script_b.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.travis/test_06_script_b.sh b/.travis/test_06_script_b.sh index 472448a658..b6b5925be8 100755 --- a/.travis/test_06_script_b.sh +++ b/.travis/test_06_script_b.sh @@ -14,12 +14,8 @@ if [ "$RUN_UNIT_TESTS" = "true" ]; then END_FOLD fi -if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then - extended="--extended --exclude feature_pruning" -fi - if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then BEGIN_FOLD functional-tests - DOCKER_EXEC test/functional/test_runner.py --ci --combinedlogslen=4000 --coverage --quiet --failfast ${extended} + DOCKER_EXEC test/functional/test_runner.py --ci --combinedlogslen=4000 --coverage --quiet --failfast END_FOLD fi |