diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2014-10-24 19:32:35 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2014-10-24 19:32:35 +0200 |
commit | 444b465f3d682adf8a726576eb2f5ec5ccdd35a0 (patch) | |
tree | b81d2c6ebfdcb5196d605bb7babda241177c1377 /.travis.yml | |
parent | 2bcac53bca8ea82d661f057b6d9ff3c7c84f05a7 (diff) | |
download | php-git-444b465f3d682adf8a726576eb2f5ec5ccdd35a0.tar.gz |
Re-add phpdbg to travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 10ea74e4df..d9e11a07d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,3 +47,4 @@ 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 sapi/phpdbg/tests/run-tests.php -diff2stdout --phpdbg sapi/phpdbg/phpdbg |