CI against Rails 5.1

This commit is contained in:
Akira Matsuda 2017-04-27 19:09:24 +09:00
parent 66271a1d35
commit 3f885fd8ba
2 changed files with 9 additions and 0 deletions

View File

@ -15,8 +15,13 @@ gemfile:
- test/gemfiles/Gemfile.rails-4.1.x
- test/gemfiles/Gemfile.rails-4.2.x
- test/gemfiles/Gemfile.rails-5.0.x
- test/gemfiles/Gemfile.rails-5.1.x
matrix:
exclude:
- rvm: 2.0.0
gemfile: test/gemfiles/Gemfile.rails-5.1.x
- rvm: 2.1.10
gemfile: test/gemfiles/Gemfile.rails-5.1.x
- rvm: 2.0.0
gemfile: test/gemfiles/Gemfile.rails-5.0.x
- rvm: 2.1.10

View File

@ -0,0 +1,4 @@
source "https://rubygems.org"
gem 'rails', '~> 5.1.0.rc2'
gemspec :path => '../..'