Skip to content

Commit

Permalink
update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Oct 28, 2018
1 parent 1edecf6 commit 914dfa7
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 @@ -4,7 +4,7 @@ rvm:
- 2.3.7
- 2.4.4
before_script:
- mysql -e 'create database enju_test DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;'
- mysql -e 'create database enju_test DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;'
- psql -c 'create database enju_test;' -U postgres
- bundle exec rake db:migrate
services:
Expand Down

0 comments on commit 914dfa7

Please sign in to comment.