Commit 6e4879c6 by DaSourcerer

Simplified database setup

parent a3870c2c
...@@ -6,7 +6,7 @@ php: ...@@ -6,7 +6,7 @@ php:
- 5.5 - 5.5
before_script: before_script:
- mysql -e 'create database IF NOT EXISTS yiitest;'; - mysql -e 'CREATE DATABASE yiitest;';
- psql -U postgres -c 'drop database if exists yiitest;'; - psql -U postgres -c 'CREATE DATABASE yiitest;';
- psql -U postgres -c 'create database yiitest;';
script: phpunit script: phpunit
\ No newline at end of file
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