This patch works only for 5.6
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
a0476824a9
commit
11d92ad13e
@ -32,8 +32,10 @@ before_script:
|
||||
|
||||
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 ;
|
||||
fi ;
|
||||
phpize ;
|
||||
./configure ;
|
||||
make ;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user