Skip to content

Commit

Permalink
Use UTF8 DB when running tests in TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
antstorm committed Dec 5, 2015
1 parent 37e4a9b commit 392e112
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 @@ -33,5 +33,5 @@ services:
- sqlite3

before_script:
- mysql -e 'create database ancestry_test;'
- psql -c 'create database ancestry_test;' -U postgres
- mysql -e 'CREATE DATABASE ancestry_test CHARACTER SET utf8 COLLATE utf8_general_ci;'
- psql -c 'CREATE DATABASE ancestry_test;' -U postgres

0 comments on commit 392e112

Please sign in to comment.