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
2
2
php :
3
3
- ' 5.6'
4
4
- ' 7.0'
5
+ - ' 7.1'
6
+ - ' 7.2'
7
+ - nightly
5
8
before_script :
6
9
- 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
8
11
- 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
10
12
- export PATH=$PATH:$PWD
11
13
script : vendor/bin/phpunit --configuration tests/phpunit.xml
12
14
before_deploy :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " smillerdev/phpdraft" ,
3
3
"description" : " This is a parser for API Blueprint files in PHP." ,
4
- "minimum-stability" : " dev " ,
4
+ "minimum-stability" : " stable " ,
5
5
"license" : " GPL-3.0" ,
6
6
"authors" : [
7
7
{
You can’t perform that action at this time.
0 commit comments