mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Fix Travis build matrix for Rails
supported Ruby versions
This commit is contained in:
parent
852422bc3e
commit
4f69f1c59c
1 changed files with 10 additions and 4 deletions
14
.travis.yml
14
.travis.yml
|
@ -33,11 +33,17 @@ matrix:
|
|||
gemfile: test/gemfiles/Gemfile.rails-5.0.x
|
||||
- rvm: 2.1.10
|
||||
gemfile: test/gemfiles/Gemfile.rails-5.0.x.erubi
|
||||
- rvm: 2.4.2
|
||||
- rvm: 2.4.3
|
||||
gemfile: test/gemfiles/Gemfile.rails-4.0.x
|
||||
- rvm: 2.4.2
|
||||
- rvm: 2.4.3
|
||||
gemfile: test/gemfiles/Gemfile.rails-4.1.x
|
||||
- rvm: 2.4.2
|
||||
- rvm: 2.4.3
|
||||
gemfile: test/gemfiles/Gemfile.rails-4.2.x
|
||||
- rvm: 2.5.0
|
||||
gemfile: test/gemfiles/Gemfile.rails-4.0.x
|
||||
- rvm: 2.5.0
|
||||
gemfile: test/gemfiles/Gemfile.rails-4.1.x
|
||||
- rvm: 2.5.0
|
||||
gemfile: test/gemfiles/Gemfile.rails-4.2.x
|
||||
- rvm: ruby-head
|
||||
gemfile: test/gemfiles/Gemfile.rails-4.0.x
|
||||
|
@ -46,7 +52,7 @@ matrix:
|
|||
- rvm: ruby-head
|
||||
gemfile: test/gemfiles/Gemfile.rails-4.2.x
|
||||
include:
|
||||
- rvm: 2.4.2
|
||||
- rvm: 2.4.3
|
||||
gemfile: test/gemfiles/Gemfile.rails-edge
|
||||
allow_failures:
|
||||
- rvm: rbx-3
|
||||
|
|
Loading…
Add table
Reference in a new issue