1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/.travis.yml
2015-06-08 14:55:59 -03:00

19 lines
339 B
YAML

sudo: false
language: ruby
cache: bundler
rvm:
- 2.2
- 2.1
- 2.0.0
- jruby
- rbx-2
gemfile:
- test/gemfiles/Gemfile.rails-4.0.x
- test/gemfiles/Gemfile.rails-4.1.x
- test/gemfiles/Gemfile.rails-4.2.x
matrix:
allow_failures:
- rvm: jruby
- rvm: rbx-2
fast_finish: true
script: "bundle exec rake submodules test"