1
0
mirror of https://github.com/silverstripe/silverstripe-translatable synced 2024-10-22 09:05:59 +00:00

Removing SQLite3 support from travis

No time to fix bugs for it at the moment,
and it decreases the usefulness of travis otherwise.
This commit is contained in:
Ingo Schommer 2012-10-31 00:26:28 +01:00
parent 971bcd8b62
commit f1b155a97a

@ -7,14 +7,11 @@ env:
- TESTDB=MYSQL CORE_RELEASE=3.0
- TESTDB=MYSQL CORE_RELEASE=master
- TESTDB=PGSQL CORE_RELEASE=master
- TESTDB=SQLITE CORE_RELEASE=master
matrix:
exclude:
- php: 5.4
env: TESTDB=PGSQL CORE_RELEASE=master
- php: 5.4
env: TESTDB=SQLITE CORE_RELEASE=master
- php: 5.4
env: TESTDB=MYSQL CORE_RELEASE=3.0