File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,13 @@ language: php
22php :
33- ' 5.6'
44- ' 7.0'
5+ - ' 7.1'
6+ - ' 7.2'
7+ - nightly
58before_script :
69- composer -n install
7- - if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.6" ]]; then pecl install runkit; fi
10+ - if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.6" ]]; then pecl install runkit; else pecl install uopz; fi
811- if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.6" ]]; then echo "runkit.internal_override=1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi
9- - if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.0" ]]; then pecl install uopz; fi
1012- export PATH=$PATH:$PWD
1113script : vendor/bin/phpunit --configuration tests/phpunit.xml
1214before_deploy :
Original file line number Diff line number Diff line change 11{
22 "name" : " smillerdev/phpdraft" ,
33 "description" : " This is a parser for API Blueprint files in PHP." ,
4- "minimum-stability" : " dev " ,
4+ "minimum-stability" : " stable " ,
55 "license" : " GPL-3.0" ,
66 "authors" : [
77 {
You can’t perform that action at this time.
0 commit comments