Commit e45e061c by Gevik Babakhani

Removed conditional pgsql env

parent 1c92e4c3
...@@ -7,7 +7,6 @@ php: ...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment