From cc77d06ec7813642300b3320a50ee79766bebee6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 1 Nov 2017 12:05:33 +0530 Subject: [PATCH] ... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0cc3ffe98..04427ceb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -116,6 +116,6 @@ before_script: - $PYTHON setup.py build --debug $SANITIZE_ARG; script: - - if [[ -z $SANITIZE_ARG ]]; then $PYTHON test.py; else ./asan-launcher test; fi + - if [[ -z $SANITIZE_ARG ]]; then $PYTHON test.py; else ./asan-launcher test.py; fi - if [[ "$RUN_FLAKE" == "1" ]]; then flake8 --count .; fi - if [[ "$BUILD_PKG" == "1" ]]; then $PYTHON setup.py linux-package; fi