diff options
| author | Nikita Popov <nikita.ppv@gmail.com> | 2017-04-21 12:29:41 +0200 |
|---|---|---|
| committer | Nikita Popov <nikita.ppv@gmail.com> | 2017-05-01 12:25:03 +0200 |
| commit | f9215b6519d4732498e598de9a3581297c60c4e8 (patch) | |
| tree | 639ca0475a8cc4ff9557d165d4c58c7a46efe0ed /.travis.yml | |
| parent | 12300f465e5bed1fa7d0bc445aef68b6a2753c3b (diff) | |
| download | php-git-f9215b6519d4732498e598de9a3581297c60c4e8.tar.gz | |
Support showing slow tests in run-tests.php
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f0f82cc660..c5db1fdd1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,7 +60,7 @@ before_script: # Run PHPs run-tests.php script: - - ./sapi/cli/php run-tests.php -p `pwd`/sapi/cli/php $(if [ $ENABLE_DEBUG == 1 ]; then echo "-d opcache.enable_cli=1 -d zend_extension=`pwd`/modules/opcache.so"; fi) -g "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --offline --show-diff --set-timeout 120 + - ./sapi/cli/php run-tests.php -p `pwd`/sapi/cli/php $(if [ $ENABLE_DEBUG == 1 ]; then echo "-d opcache.enable_cli=1 -d zend_extension=`pwd`/modules/opcache.so"; fi) -g "FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --offline --show-diff --show-slow 1000 --set-timeout 120 after_success: - ccache --show-stats |
