Add PHP 7.1 CI tests (#2829)
This commit is contained in:
committed by
Frédéric Guillot
parent
b9ab163344
commit
b1b6b27b75
@@ -5,6 +5,7 @@ language: php
|
|||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
php:
|
php:
|
||||||
|
- 7.1
|
||||||
- 7.0
|
- 7.0
|
||||||
- 5.6
|
- 5.6
|
||||||
- 5.5
|
- 5.5
|
||||||
@@ -20,7 +21,7 @@ matrix:
|
|||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- phpenv config-rm xdebug.ini
|
- if [[ $TRAVIS_PHP_VERSION != 7.x ]]; then phpenv config-rm xdebug.ini; fi
|
||||||
- phpenv config-add tests/php.ini
|
- phpenv config-add tests/php.ini
|
||||||
- composer install
|
- composer install
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user