Configured travis to test 2.0 against sqlite and php 5.6 mysql

This commit is contained in:
UndefinedOffset 2017-10-27 16:23:06 -03:00
parent c0c0518ae9
commit fc150881f2
1 changed files with 4 additions and 0 deletions

View File

@ -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