Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
cc130c1d2f
@ -2,12 +2,15 @@
|
||||
|
||||
set -e
|
||||
|
||||
if [ $TRAVIS_PHP_VERSION = "5.6" ] ; then
|
||||
git clone --depth=1 git://github.com/adrianguenter/runkit.git
|
||||
else
|
||||
git clone --depth=1 git://github.com/zenovich/runkit.git
|
||||
fi
|
||||
git clone --depth=1 git://github.com/zenovich/runkit.git
|
||||
|
||||
pushd runkit
|
||||
|
||||
if [ $TRAVIS_PHP_VERSION = "5.6" ] ; then
|
||||
wget https://github.com/zenovich/runkit/pull/73.diff
|
||||
patch -p1 < 73.diff
|
||||
fi
|
||||
|
||||
phpize
|
||||
./configure
|
||||
make
|
||||
|
||||
Loading…
Reference in New Issue
Block a user