Skip to content

Commit

Permalink
Test Travis-CI with MySQL + MariaDB + PostgreSQL #54
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Mar 8, 2016
1 parent 9967653 commit b27d241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install:
before_script:
# - sh -c "if [ '$DB' = 'pgsql' ]; then dropdb -U postgres --if-exists dsmrreader; fi"
# - sh -c "if [ '$DB' = 'pgsql' ]; then createdb -U postgres dsmrreader; fi"
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'drop database IF NOT EXISTS dsmrreader;' -u root; fi"
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'drop database IF EXISTS dsmrreader;' -u root; fi"
- sh -c "if [ '$DB' = 'mysql' ]; then mysqladmin create dsmrreader; fi"

script:
Expand Down

0 comments on commit b27d241

Please sign in to comment.