diff --git a/.travis.yml b/.travis.yml index a91665b7..65a0293f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,6 @@ gemfile: - Gemfile.rails3 - Gemfile.edge matrix: - allow_failures: - - rvm: jruby fast_finish: true notifications: email: false diff --git a/Gemfile.edge b/Gemfile.edge index ae73399c..e112557c 100644 --- a/Gemfile.edge +++ b/Gemfile.edge @@ -12,7 +12,7 @@ platforms :mri do end platforms :jruby do - gem 'activerecord-jdbcsqlite3-adapter' + gem 'activerecord-jdbcsqlite3-adapter', github: 'jruby/activerecord-jdbc-adapter' end platforms :rbx do