summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-06-09 15:30:09 +0200
committerFerenc Kovacs <tyrael@php.net>2014-06-09 15:30:09 +0200
commit5ec5c80dc4431baed0dc828ab1b20d3fd45cd1b3 (patch)
tree235b3738d58bd2ffa844cf0e1edac50e053750f4 /travis
parent6adc30028cfd04a1c6bcb0866de2fb22dae49ef5 (diff)
downloadphp-git-5ec5c80dc4431baed0dc828ab1b20d3fd45cd1b3.tar.gz
enable phpdbg for the travis build, and also run the testsuite for it
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/compile.sh3
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