mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
CI against Rails 5.1
This commit is contained in:
parent
66271a1d35
commit
3f885fd8ba
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
4
test/gemfiles/Gemfile.rails-5.1.x
Normal file
4
test/gemfiles/Gemfile.rails-5.1.x
Normal file
|
@ -0,0 +1,4 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
gem 'rails', '~> 5.1.0.rc2'
|
||||
gemspec :path => '../..'
|
Loading…
Reference in a new issue