projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
181323e
)
Fixed order in travis script
author
Bob Weinand
<bobwei9@hotmail.com>
Wed, 11 Jun 2014 21:18:47 +0000
(
00:18
+0300)
committer
Bob Weinand
<bobwei9@hotmail.com>
Wed, 11 Jun 2014 21:18:47 +0000
(
00:18
+0300)
travis/ci.sh
patch
|
blob
|
history
diff --git
a/travis/ci.sh
b/travis/ci.sh
index 78e59a53b668fe6504b8a07068e5a01a463477ea..206b158b9b639f2f885f07c3ebdd0d680434c450 100755
(executable)
--- 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 ../