Removed conditional pgsql env

This commit is contained in:
Gevik Babakhani
2013-06-06 22:52:28 +02:00
parent 1c92e4c3e5
commit e45e061cc5

View File

@@ -7,7 +7,6 @@ php:
env: env:
- DB=mysql - DB=mysql
- DB=postgres
before_script: before_script:
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'create database IF NOT EXISTS yiitest;'; fi" - sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'create database IF NOT EXISTS yiitest;'; fi"