mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
add ruby 2.1.0
* Make ruby 2.1.0 the default development ruby. * Add ruby 2.1.0 to Travis
This commit is contained in:
parent
1eff4a7024
commit
56f4448f4a
2 changed files with 6 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
ruby-2.0.0
|
ruby-2.1.0
|
||||||
|
|
|
@ -2,6 +2,7 @@ rvm:
|
||||||
- 1.9.2
|
- 1.9.2
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
|
- 2.1.0
|
||||||
- jruby
|
- jruby
|
||||||
- rbx-19mode
|
- rbx-19mode
|
||||||
gemfile:
|
gemfile:
|
||||||
|
@ -27,6 +28,10 @@ matrix:
|
||||||
- { rvm: 2.0.0, gemfile: test/gemfiles/Gemfile.rails-3.1.x }
|
- { rvm: 2.0.0, gemfile: test/gemfiles/Gemfile.rails-3.1.x }
|
||||||
- { rvm: 2.0.0, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
|
- { rvm: 2.0.0, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
|
||||||
|
|
||||||
|
- { rvm: 2.1.0, gemfile: test/gemfiles/Gemfile.rails-3.0.x }
|
||||||
|
- { rvm: 2.1.0, gemfile: test/gemfiles/Gemfile.rails-3.1.x }
|
||||||
|
- { rvm: 2.1.0, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
|
||||||
|
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- { rvm: jruby, gemfile: test/gemfiles/Gemfile.rails-4.0.x }
|
- { rvm: jruby, gemfile: test/gemfiles/Gemfile.rails-4.0.x }
|
||||||
- { rvm: rbx-19mode, gemfile: test/gemfiles/Gemfile.rails-4.0.x }
|
- { rvm: rbx-19mode, gemfile: test/gemfiles/Gemfile.rails-4.0.x }
|
||||||
|
|
Loading…
Add table
Reference in a new issue