From fc150881f27d0544bfc128aa5f81dcf7135a5a6b Mon Sep 17 00:00:00 2001 From: UndefinedOffset Date: Fri, 27 Oct 2017 16:23:06 -0300 Subject: [PATCH] Configured travis to test 2.0 against sqlite and php 5.6 mysql --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6b529b6..46d29a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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