Fix patch applying

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2015-02-26 09:18:44 +01:00
parent e3871abf18
commit f68a8cb4b9

View File

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