mirror of
https://github.com/UndefinedOffset/SortableGridField.git
synced 2024-10-22 17:05:38 +02:00
Configured travis to test 2.0 against sqlite and php 5.6 mysql
This commit is contained in:
parent
c0c0518ae9
commit
fc150881f2
@ -12,6 +12,10 @@ matrix:
|
||||
include:
|
||||
- php: 7.1
|
||||
env: DB=PGSQL CORE_RELEASE=4.0
|
||||
- php: 7.1
|
||||
env: DB=SQLITE3 CORE_RELEASE=4.0
|
||||
- php: 5.6
|
||||
env: DB=MYSQL CORE_RELEASE=4.0
|
||||
|
||||
before_script:
|
||||
- git clone git://github.com/silverstripe/silverstripe-travis-support.git ~/travis-support
|
||||
|
Loading…
Reference in New Issue
Block a user