From 697d3dbd69958be5ab647250a6ea07e7ac5dc1a3 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Tue, 11 Sep 2012 12:26:59 +1200 Subject: [PATCH] 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. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 025f85a6d..c7df1e309 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ php: - 5.4 env: - - TESTDB=SQLITE - TESTDB=MYSQL - TESTDB=PGSQL