From af23980de7248aca587de2a3e5fcad1e044fb58c Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Thu, 5 Feb 2015 22:05:36 -0800 Subject: [PATCH] turn off online tests, they fail too often on CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3baf50be3b7..20d5b1d4a17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,5 +39,5 @@ before_script: # Run PHPs run-tests.php script: - - ./sapi/cli/php run-tests.php -p `pwd`/sapi/cli/php -g "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --show-diff --set-timeout 120 + - ./sapi/cli/php run-tests.php -p `pwd`/sapi/cli/php -g "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --offline --show-diff --set-timeout 120 - ./sapi/cli/php sapi/phpdbg/tests/run-tests.php -diff2stdout --phpdbg sapi/phpdbg/phpdbg