diff options
author | Ferenc Kovacs <tyrael@php.net> | 2014-06-09 15:30:09 +0200 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2014-06-09 15:30:09 +0200 |
commit | 5ec5c80dc4431baed0dc828ab1b20d3fd45cd1b3 (patch) | |
tree | 235b3738d58bd2ffa844cf0e1edac50e053750f4 /travis | |
parent | 6adc30028cfd04a1c6bcb0866de2fb22dae49ef5 (diff) | |
download | php-git-5ec5c80dc4431baed0dc828ab1b20d3fd45cd1b3.tar.gz |
enable phpdbg for the travis build, and also run the testsuite for it
Diffstat (limited to 'travis')
-rwxr-xr-x | travis/compile.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/travis/compile.sh b/travis/compile.sh index 899fb5a335..6ad3bfc396 100755 --- a/travis/compile.sh +++ b/travis/compile.sh @@ -47,5 +47,6 @@ $TS \ --with-bz2 \ --with-openssl \ --with-gmp \ ---enable-bcmath +--enable-bcmath \ +--enable-phpdbg make --quiet |