mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
FIX: updated test suite to cover supported versions
This commit is contained in:
parent
81c8e6b939
commit
ff66ad791d
15
.travis.yml
15
.travis.yml
@ -20,20 +20,11 @@ env:
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- php: 7.1
|
||||
- php: 5.6
|
||||
env: DB=MYSQL CORE_RELEASE=4 COVERAGE=1
|
||||
|
||||
- php: 5.5
|
||||
env: DB=MYSQL CORE_RELEASE=4
|
||||
|
||||
- php: 5.6
|
||||
env: DB=MYSQL CORE_RELEASE=4
|
||||
- php: 5.6
|
||||
env: DB=PGSQL CORE_RELEASE=4
|
||||
- php: 5.6
|
||||
env: DB=SQLITE CORE_RELEASE=4
|
||||
|
||||
- php: 7.0
|
||||
env: DB=PGSQL CORE_RELEASE=4
|
||||
- php: 7.1.2
|
||||
env: DB=MYSQL CORE_RELEASE=4
|
||||
|
||||
before_script:
|
||||
|
Loading…
Reference in New Issue
Block a user