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

34 lines
864 B
YAML
Raw Normal View History

2011-09-21 20:44:53 -04:00
rvm:
2013-05-23 00:52:32 -04:00
- 1.9.2
2012-04-25 12:06:09 -04:00
- 1.9.3
- 2.0.0
- 2.1.0
- jruby
- rbx-19mode
2011-09-21 20:44:53 -04:00
gemfile:
2012-04-13 10:35:54 -04:00
- test/gemfiles/Gemfile.rails-3.2.x
- test/gemfiles/Gemfile.rails-4.0.x
2011-09-21 20:44:53 -04:00
matrix:
2011-09-27 16:55:12 -04:00
exclude:
# Don't kill Travis: just test against the latest version on 2.0, JRuby
# and Rubinius.
- { rvm: jruby, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
- { rvm: rbx-19mode, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
- { rvm: 1.9.2, gemfile: test/gemfiles/Gemfile.rails-4.0.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 }
2013-03-03 21:18:37 -05:00
allow_failures:
- { rvm: jruby, gemfile: test/gemfiles/Gemfile.rails-4.0.x }
- { rvm: rbx-19mode, gemfile: test/gemfiles/Gemfile.rails-4.0.x }
2013-03-03 21:18:37 -05:00
2011-09-21 20:44:53 -04:00
branches:
only:
- master
- stable
- 3-1-stable
script: "bundle exec rake submodules test"