Skip to content

Commit

Permalink
travis: Revert "Run extended tests once daily"
Browse files Browse the repository at this point in the history
This reverts commit 88e3aa0
  • Loading branch information
MarcoFalke committed Feb 2, 2019
1 parent b3a7153 commit fa6b7b9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis/test_06_script_b.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fa6b7b9

Please sign in to comment.