summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/travis
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2014-06-15 15:47:14 +0200
committerBob Weinand <bobwei9@hotmail.com>2014-06-15 15:47:14 +0200
commitf677889a9a536d506febc13e1022eb4816fb5fa1 (patch)
treeb43a2401c9df097d1753b6421e1a012c05e88661 /sapi/phpdbg/travis
parentda3ef175b98266e8920c326ff619d70ef8c375c3 (diff)
parente9c2e7d6e630ae660b6b5dc7269af58d4bf7bf54 (diff)
downloadphp-git-f677889a9a536d506febc13e1022eb4816fb5fa1.tar.gz
Merge sapi/phpdbg into PHP-5.6
Diffstat (limited to 'sapi/phpdbg/travis')
-rwxr-xr-xsapi/phpdbg/travis/ci.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/sapi/phpdbg/travis/ci.sh b/sapi/phpdbg/travis/ci.sh
index d9f3ac6a02..206b158b9b 100755
--- a/sapi/phpdbg/travis/ci.sh
+++ b/sapi/phpdbg/travis/ci.sh
@@ -1,10 +1,11 @@
#!/usr/bin/env sh
git clone https://github.com/php/php-src
-cd php-src/sapi
+cd php-src
+git checkout $PHP
+cd sapi
rm -rf phpdbg
git clone https://github.com/krakjoe/phpdbg.git
cd ../
./buildconf --force
./configure --disable-all --enable-phpdbg --enable-maintainer-zts
make
-make test-phpdbg