Skip to content

Commit

Permalink
Merge pull request #212 from fortesinformatica/fix_travis
Browse files Browse the repository at this point in the history
configure mysql adapter for jruby
  • Loading branch information
parndt committed Sep 24, 2013
2 parents e4ff3b9 + 68604fb commit 6182043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/db/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ postgresql:
password: postgres
min_messages: warning
mysql:
adapter: mysql2
adapter: <%= defined?(JRUBY_VERSION) ? "jdbcmysql" : "mysql2" %>
host: localhost
username: root
password:
Expand Down

0 comments on commit 6182043

Please sign in to comment.