mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Update travis
* Add ruby 2.2 * Use latest ruby 2.1
This commit is contained in:
parent
74b16aac7e
commit
b7b7a232ac
1 changed files with 4 additions and 2 deletions
|
@ -2,7 +2,8 @@ sudo: false
|
|||
language: ruby
|
||||
cache: bundler
|
||||
rvm:
|
||||
- 2.1.4
|
||||
- 2.2
|
||||
- 2.1
|
||||
- 2.0.0
|
||||
- 1.9.3
|
||||
- jruby
|
||||
|
@ -19,7 +20,8 @@ matrix:
|
|||
- { rvm: 1.9.3, gemfile: test/gemfiles/Gemfile.rails-4.1.x }
|
||||
- { rvm: 1.9.3, gemfile: test/gemfiles/Gemfile.rails-4.2.x }
|
||||
- { rvm: 2.0.0, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
|
||||
- { rvm: 2.1.4, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
|
||||
- { rvm: 2.1, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
|
||||
- { rvm: 2.2, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
|
||||
allow_failures:
|
||||
- rvm: jruby
|
||||
- rvm: rbx-2
|
||||
|
|
Loading…
Reference in a new issue