Fixed order in travis script
authorBob Weinand <bobwei9@hotmail.com>
Wed, 11 Jun 2014 21:18:47 +0000 (00:18 +0300)
committerBob Weinand <bobwei9@hotmail.com>
Wed, 11 Jun 2014 21:18:47 +0000 (00:18 +0300)
travis/ci.sh

index 78e59a53b668fe6504b8a07068e5a01a463477ea..206b158b9b639f2f885f07c3ebdd0d680434c450 100755 (executable)
@@ -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 ../