Skip to content

Commit

Permalink
Test against Ruby 2.4 and Rails 5
Browse files Browse the repository at this point in the history
  • Loading branch information
mnoack committed May 4, 2018
1 parent 20a90cf commit c370ad4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,23 @@ rvm:
- 2.1
- 2.2
- 2.3
- 2.4
gemfile:
- gemfiles/rails3.gemfile
- gemfiles/rails4.gemfile
- gemfiles/rails5.gemfile
matrix:
exclude:
- rvm: 2.2
gemfile: gemfiles/rails3.gemfile
- rvm: 2.3
gemfile: gemfiles/rails3.gemfile
- rvm: 2.4
gemfile: gemfiles/rails3.gemfile
- rvm: 2.0
gemfile: gemfiles/rails5.gemfile
- rvm: 2.1
gemfile: gemfiles/rails5.gemfile
script: "bundle exec rake coverage"
before_install:
- gem install bundler
Expand Down
8 changes: 8 additions & 0 deletions gemfiles/rails5.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
source 'https://rubygems.org'

group :development, :test do
gem 'activerecord', '~> 5.0'
gem 'test-unit'
end

gemspec :path => "../"

0 comments on commit c370ad4

Please sign in to comment.