Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bbankowski committed Aug 14, 2017
1 parent 6602028 commit c5bb0be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist: precise
language: php

php:
Expand Down Expand Up @@ -35,7 +36,7 @@ install:

before_script:
- 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 -e 'create database ouzo_test' && cat test/test-db/recreate_schema_mysql.sql | mysql ouzo_test
- mysql -u travis -e 'create database ouzo_test' && cat test/test-db/recreate_schema_mysql.sql | mysql -u travis ouzo_test
- cat test/test-db/recreate_schema_sqlite3.sql | sqlite3 ouzo_test

script:
Expand Down

0 comments on commit c5bb0be

Please sign in to comment.