Skip to content

Commit

Permalink
Merge f6417db into c477d83
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryTsepelev committed Jan 23, 2020
2 parents c477d83 + f6417db commit 990bf96
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -8,10 +8,12 @@ rvm:
- 2.5
- 2.6
- ruby-head
- jruby
gemfile:
- gemfiles/rails_5_2.gemfile
- gemfiles/rails_6_0.gemfile
- gemfiles/railsmaster.gemfile
- gemfiles/jruby.gemfile

notifications:
email: false
Expand Down
7 changes: 7 additions & 0 deletions gemfiles/jruby.gemfile
@@ -0,0 +1,7 @@
source "https://rubygems.org"

gem "jdbc-sqlite3", platform: :jruby
gem "activerecord-jdbcmysql-adapter", platform: :jruby
gem "activerecord", "~> 6.0.0"

gemspec path: "../"

0 comments on commit 990bf96

Please sign in to comment.