From 65c2001acd6dcc178efdd635c009daea382543df Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Thu, 12 Jun 2014 00:18:47 +0300 Subject: [PATCH] Fixed order in travis script --- travis/ci.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/travis/ci.sh b/travis/ci.sh index 78e59a53b66..206b158b9b6 100755 --- a/travis/ci.sh +++ b/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 ../