diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2014-06-12 00:18:47 +0300 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2014-06-12 00:18:47 +0300 |
commit | 65c2001acd6dcc178efdd635c009daea382543df (patch) | |
tree | 04abb5f6d25a7b54fbd9a2f562e49912b5544d2b | |
parent | 181323eecd6799ff7b64764e7fff94a0db33cca8 (diff) | |
download | php-git-65c2001acd6dcc178efdd635c009daea382543df.tar.gz |
Fixed order in travis script
-rwxr-xr-x | travis/ci.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/travis/ci.sh b/travis/ci.sh index 78e59a53b6..206b158b9b 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 ../ |