mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Removed SQLite from Travis build.
We don't currently use SQLite for any production deploys, and testing every build against it is overkill. I'm removing this to be a bit nicer to the Travis servers; if we start relying more on SQLite's performance in the future we can always revert this commit.
This commit is contained in:
parent
bb8a92cde7
commit
697d3dbd69
@ -4,7 +4,6 @@ php:
|
|||||||
- 5.4
|
- 5.4
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- TESTDB=SQLITE
|
|
||||||
- TESTDB=MYSQL
|
- TESTDB=MYSQL
|
||||||
- TESTDB=PGSQL
|
- TESTDB=PGSQL
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user