mirror of
https://github.com/php/php-src.git
synced 2026-03-29 11:42:17 +02:00
Fixed order in travis script
This commit is contained in:
@@ -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 ../
|
||||
|
||||
Reference in New Issue
Block a user