test_runner: Remove travis specific code

This commit is contained in:
MarcoFalke
2018-11-01 10:52:17 -04:00
parent 6a095bc5f2
commit fa43626611
3 changed files with 26 additions and 18 deletions
+1 -1
View File
@@ -62,6 +62,6 @@ fi
if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then
BEGIN_FOLD functional-tests
DOCKER_EXEC test/functional/test_runner.py --combinedlogslen=4000 --coverage --quiet --failfast ${extended}
DOCKER_EXEC test/functional/test_runner.py --ci --combinedlogslen=4000 --coverage --quiet --failfast ${extended}
END_FOLD
fi