Skip to content
This repository has been archived by the owner on Oct 3, 2018. It is now read-only.

Commit

Permalink
remove "jdbc" prefix from jruby database.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phlipper committed Jan 25, 2013
1 parent c6f11cb commit 2cac87d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/ci/database.mysql.jruby.yml
@@ -1,6 +1,6 @@
# Travis CI
test:
adapter: jdbcmysql
adapter: mysql
database: thincloud_authentication_test
username: root
encoding: utf8
2 changes: 1 addition & 1 deletion test/ci/database.postgres.jruby.yml
@@ -1,6 +1,6 @@
# Travis CI
test:
adapter: jdbcpostgresql
adapter: postgresql
database: thincloud_authentication_test
username: postgres
encoding: unicode
Expand Down
2 changes: 1 addition & 1 deletion test/ci/database.sqlite.jruby.yml
@@ -1,6 +1,6 @@
# Travis CI
test:
adapter: jdbcsqlite3
adapter: sqlite3
database: db/test.sqlite3
pool: 5
timeout: 5000

0 comments on commit 2cac87d

Please sign in to comment.