diff options
Diffstat (limited to 'scripts/travis-test.sh')
-rwxr-xr-x | scripts/travis-test.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/travis-test.sh b/scripts/travis-test.sh index 450769de..a3c083c9 100755 --- a/scripts/travis-test.sh +++ b/scripts/travis-test.sh @@ -48,12 +48,10 @@ for BUILD_TYPE in ${BUILD_TYPES_UPPER}; do if [[ -n "${SANITIZER:-}" ]]; then if set_run_test_args ${COMPILER} ${BUILD_TYPE} ${SANITIZER}; then run_tests - run_tests -a=--use-libc-allocator fi else if set_run_test_args ${COMPILER} ${BUILD_TYPE}; then run_tests - run_tests -a=--use-libc-allocator fi fi done |