Fix patch applying
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
e3871abf18
commit
f68a8cb4b9
@ -37,7 +37,7 @@ before_script:
|
||||
cd runkit ;
|
||||
if [[ $TRAVIS_PHP_VERSION = "5.6" ]] ; then
|
||||
wget https://github.com/zenovich/runkit/pull/73.diff ;
|
||||
patch -p1 < 71.diff ;
|
||||
patch -p1 < 73.diff ;
|
||||
fi ;
|
||||
phpize ;
|
||||
./configure ;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user