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:
Sam Minnee 2012-09-11 12:26:59 +12:00
parent bb8a92cde7
commit 697d3dbd69

View File

@ -4,7 +4,6 @@ php:
- 5.4
env:
- TESTDB=SQLITE
- TESTDB=MYSQL
- TESTDB=PGSQL