Browse Source

Fixed order in travis script

pull/834/head
Bob Weinand 12 years ago
parent
commit
65c2001acd
  1. 3
      travis/ci.sh

3
travis/ci.sh

@ -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 ../

Loading…
Cancel
Save