Merge pull request #1702 from robbieaverill/feature/php7.1-builds

BUILD Run PHP 7.1 as default 7.x
This commit is contained in:
Daniel Hensby 2016-12-29 11:56:31 +00:00 committed by GitHub
commit a8732efd7a

View File

@ -30,6 +30,8 @@ matrix:
- php: 5.6
env: NPM_TEST=1
- php: 7.0
env: DB=MYSQL PHPUNIT_TEST=1
- php: 7.1
env: DB=MYSQL PDO=1 PHPUNIT_COVERAGE_TEST=1
before_script: