Add PHP 7.1 to Travis configuration. Switch 7.0 to test only, 7.1 to coverage

This commit is contained in:
Robbie Averill 2016-12-29 22:59:16 +13:00
parent 37a009289c
commit 088d4ff222
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ matrix:
- php: 5.6
env: DB=MYSQL PHPUNIT_TEST=1 PHPCS_TEST=1
- php: 7.0
env: DB=MYSQL PHPUNIT_TEST=1
- php: 7.1
env: DB=MYSQL PDO=1 PHPUNIT_COVERAGE_TEST=1
- php: 5.6
env: DB=MYSQL BEHAT_TEST=1