From: krakjoe Date: Sun, 8 Jun 2014 21:16:06 +0000 (+0100) Subject: remove phpdbg directory from source tree on travis X-Git-Tag: php-5.6.0RC1~1^2~46^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04908509573ef599b20fa815083cce093b675541;p=php remove phpdbg directory from source tree on travis --- diff --git a/travis/ci.sh b/travis/ci.sh index 44d56a01ff..d9f3ac6a02 100755 --- a/travis/ci.sh +++ b/travis/ci.sh @@ -1,6 +1,7 @@ #!/usr/bin/env sh git clone https://github.com/php/php-src cd php-src/sapi +rm -rf phpdbg git clone https://github.com/krakjoe/phpdbg.git cd ../ ./buildconf --force