mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Merge pull request #750 from haml/ruby_2.1
Use ruby 2.1.1, specify 2.1 in travis
This commit is contained in:
commit
6704ca66a0
2 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
ruby-2.1.0
|
||||
ruby-2.1.1
|
||||
|
|
|
@ -2,7 +2,7 @@ rvm:
|
|||
- 1.9.2
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
- 2.1.0
|
||||
- 2.1
|
||||
- jruby
|
||||
- rbx
|
||||
gemfile:
|
||||
|
@ -19,7 +19,7 @@ matrix:
|
|||
- { rvm: 1.9.3, gemfile: test/gemfiles/Gemfile.rails-4.1.x }
|
||||
|
||||
- { rvm: 2.0.0, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
|
||||
- { rvm: 2.1.0, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
|
||||
- { rvm: 2.1, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
|
||||
|
||||
allow_failures:
|
||||
- { rvm: jruby, gemfile: test/gemfiles/Gemfile.rails-4.0.x }
|
||||
|
|
Loading…
Add table
Reference in a new issue