1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Update travis.yml

Remove ruby 1.9.2, which is unnecessary since we're testing against
1.9.3. We should only test against each latest minor version of ruby.

Temporarily allow failures for rubinius, since there are errors
installing rubinius 2.2.6 on Travis now.
This commit is contained in:
Tee Parham 2014-05-01 11:32:20 -06:00
parent b2c0f3c637
commit ec6493f394

View file

@ -1,5 +1,4 @@
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.1
@ -13,12 +12,11 @@ matrix:
exclude:
- { rvm: jruby, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
- { rvm: rbx-2, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
- { rvm: 1.9.2, gemfile: test/gemfiles/Gemfile.rails-4.0.x }
- { rvm: 1.9.2, gemfile: test/gemfiles/Gemfile.rails-4.1.x }
- { 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, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
- { rvm: 2.1.1, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
allow_failures:
- rvm: jruby
- rvm: rbx-2
fast_finish: true
script: "bundle exec rake submodules test"