From a3870c2c95bb6a7266825daa03d9db0884453dac Mon Sep 17 00:00:00 2001 From: DaSourcerer Date: Fri, 26 Jul 2013 19:35:53 +0200 Subject: [PATCH] Removed DB env --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 01abd50..0bfe325 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,8 @@ php: - 5.4 - 5.5 -env: - - DB=mysql - before_script: - - sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'create database IF NOT EXISTS yiitest;'; fi" + - mysql -e 'create database IF NOT EXISTS yiitest;'; - psql -U postgres -c 'drop database if exists yiitest;'; - psql -U postgres -c 'create database yiitest;'; script: phpunit \ No newline at end of file