Skip to content

Commit

Permalink
Attempt to get travis green again
Browse files Browse the repository at this point in the history
  • Loading branch information
albus522 committed Apr 9, 2014
1 parent 56dc875 commit b2e522f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ matrix:
- rvm: jruby-head
env: JRUBY_OPTS="$JRUBY_OPTS --debug"
allow_failures:
- rvm: jruby-19mode
- rvm: jruby-head
- rvm: ruby-head
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ end

platforms :jruby do
gem 'jruby-openssl'
gem 'activerecord-jdbcsqlite3-adapter'
gem 'activerecord-jdbcsqlite3-adapter', '< 1.3.4'
end

group :test do
Expand Down

0 comments on commit b2e522f

Please sign in to comment.