mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
51e4e4df6d
commit
1fa712e189
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user