Add runkit support for PHP 5.6
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
6cd819a92e
commit
a0476824a9
@ -30,9 +30,10 @@ before_script:
|
||||
|
||||
if [[ $TRAVIS_PHP_VERSION != "hhvm" ]] ; then
|
||||
|
||||
if [[ $TRAVIS_PHP_VERSION != "5.6" ]] ; then
|
||||
git clone --depth=1 git://github.com/zenovich/runkit.git ;
|
||||
cd runkit ;
|
||||
wget https://github.com/zenovich/runkit/pull/71.diff ;
|
||||
patch -p1 < 71.diff ;
|
||||
phpize ;
|
||||
./configure ;
|
||||
make ;
|
||||
@ -40,7 +41,6 @@ before_script:
|
||||
cd .. ;
|
||||
|
||||
phpenv config-add test/travis.php.ini ;
|
||||
fi
|
||||
|
||||
wget https://scrutinizer-ci.com/ocular.phar ;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user