Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
masciugo committed Nov 4, 2019
1 parent a834d8e commit ab742ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ matrix:
allow_failures:
- rvm: 2.5.1
gemfile: gemfiles/rails_4.gemfile
services:
- mysql
- postgresql

before_script:
- mysql -e 'create database genealogy_test;'
Expand Down
2 changes: 1 addition & 1 deletion spec/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mysql:
adapter: mysql2
encoding: utf8
database: genealogy_test
username: root
username: travis

postgres:
adapter: postgresql
Expand Down

0 comments on commit ab742ae

Please sign in to comment.