Fixed order in travis script

This commit is contained in:
Bob Weinand 2014-06-12 00:18:47 +03:00
parent 181323eecd
commit 65c2001acd

View File

@ -1,7 +1,8 @@
#!/usr/bin/env sh
git clone https://github.com/php/php-src
cd php-src
git checkout $PHP
cd php-src/sapi
cd sapi
rm -rf phpdbg
git clone https://github.com/krakjoe/phpdbg.git
cd ../