Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2015-02-26 09:20:42 +01:00
commit cc130c1d2f

View File

@ -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