From 7800d58cd351fd8b62d2216cc7696c373ae10b7a Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Thu, 22 Mar 2012 21:27:12 -0400 Subject: [PATCH] Remove unneeded env section --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 98d62a3..c46d5b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,6 @@ phps: - 5.3 - 5.4 -#env: -# - DB=mysql -# - DB=pgsql -# - DB=sqlite - before_script: - sh -c "psql -c 'DROP DATABASE IF EXISTS test;' -U postgres" - sh -c "psql -c 'create database test;' -U postgres"