Skip to content

Commit

Permalink
Fixed travis builds config for mysql.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbankowski committed Sep 27, 2013
1 parent 6b14d2a commit 1878af6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ env:

before_script:
- composer install
- psql -c 'create database ouzo_test' -U postgres
- psql -v ON_ERROR_STOP=1 -e -U postgres -f test/test-db/recreate_schema.sql ouzo_test
- psql -c 'create database ouzo_test' -U postgres && psql -v ON_ERROR_STOP=1 -e -U postgres -f test/test-db/recreate_schema.sql ouzo_test
- mysql -u root -e 'create database ouzo_test' && cat test/test-db/recreate_schema_mysql.sql | mysql -u root ouzo_test

script: phpunit --configuration phpunit.xml test

Expand Down

0 comments on commit 1878af6

Please sign in to comment.