Skip to content

Commit

Permalink
Directly clone correct runkit version
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Dec 4, 2014
1 parent e3ddf2d commit a4c2afa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/install-runkit
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh

git clone --depth=1 git://github.com/zenovich/runkit.git
cd runkit
if [ $TRAVIS_PHP_VERSION = "5.6" ] ; then
wget https://github.com/zenovich/runkit/pull/71.diff
patch -p1 < 71.diff
git clone --depth=1 git://github.com/adrianguenter/runkit.git
else:
git clone --depth=1 git://github.com/zenovich/runkit.git
fi
cd runkit
phpize
./configure
make
Expand Down

0 comments on commit a4c2afa

Please sign in to comment.