1
0
Fork 0
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:
Tee Parham 2015-01-08 15:22:42 -07:00
parent 74b16aac7e
commit b7b7a232ac

View file

@ -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