Skip to content

Commit

Permalink
enable phpdbg for the travis build, and also run the testsuite for it
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrael committed Jun 9, 2014
1 parent 6adc300 commit 5ec5c80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ before_script:
- . ./travis/ext/pdo_pgsql/setup.sh

# 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
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
3 changes: 2 additions & 1 deletion travis/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ $TS \
--with-bz2 \
--with-openssl \
--with-gmp \
--enable-bcmath
--enable-bcmath \
--enable-phpdbg
make --quiet

0 comments on commit 5ec5c80

Please sign in to comment.