Skip to content

Commit

Permalink
Fix JRuby builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Jan 26, 2019
1 parent ff0ffc0 commit 677e1d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -21,6 +21,8 @@ gemfile:
sudo: false

before_install:
# https://github.com/danmayer/coverband/issues/162#issuecomment-452173268
- rm /home/travis/.rvm/gems/*/specifications/bundler-2.*.gemspec || true
- gem install bundler -v '<2'

before_script:
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails-5-2.gemfile
Expand Up @@ -3,6 +3,5 @@ source "https://rubygems.org"
gem "rails", "~> 5.2.0"
gem "activemodel-serializers-xml"
gem 'pg', '~> 0.21.0', platforms: :ruby
gem "activerecord-jdbcpostgresql-adapter", github: "jruby/activerecord-jdbc-adapter", platforms: :jruby

gemspec :path => "../"

0 comments on commit 677e1d6

Please sign in to comment.