MINOR: More PHP7 in travis builds

PHP7 is faster than PHP5.6 so we should use it for as many builds
as possible.

This leaves 1 build - the coverage build - running on PHP5.6
and puts the rest on PHP7.
This commit is contained in:
Sam Minnee 2017-06-28 16:51:41 +12:00
parent 51e4e4df6d
commit 1fa712e189

View File

@ -16,7 +16,7 @@ env:
matrix:
fast_finish: true
include:
- php: 5.6
- php: 7.0
env:
- DB=PGSQL
- PHPUNIT_TEST=framework
@ -34,15 +34,15 @@ matrix:
- DB=MYSQL
- PDO=1
- PHPUNIT_TEST=framework
- php: 5.6
- php: 7.0
env:
- DB=MYSQL
- BEHAT_TEST=framework
- php: 5.6
- php: 7.0
env:
- DB=MYSQL
- PHPUNIT_TEST=cms
- php: 5.6
- php: 7.0
env:
- DB=MYSQL
- BEHAT_TEST=cms