mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Test against ruby-head
This commit is contained in:
parent
ea3a5275e5
commit
0a449a9f8f
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
rvm:
|
||||
- 1.8.7
|
||||
- 1.9.3
|
||||
- ruby-head
|
||||
- jruby-18mode
|
||||
- rbx-18mode
|
||||
- rbx-19mode
|
||||
|
@ -10,7 +11,7 @@ gemfile:
|
|||
- test/gemfiles/Gemfile.rails-3.2.x
|
||||
matrix:
|
||||
exclude:
|
||||
# Don't kill Travis: just test against the latest version on JRuby and rbx.
|
||||
# Don't kill Travis: just test against the latest version on Head, JRuby and rbx.
|
||||
- { rvm: jruby-18mode, gemfile: test/gemfiles/Gemfile.rails-3.0.x }
|
||||
- { rvm: jruby-18mode, gemfile: test/gemfiles/Gemfile.rails-3.1.x }
|
||||
|
||||
|
@ -20,8 +21,12 @@ matrix:
|
|||
- { rvm: rbx-19mode, gemfile: test/gemfiles/Gemfile.rails-3.0.x }
|
||||
- { rvm: rbx-19mode, gemfile: test/gemfiles/Gemfile.rails-3.1.x }
|
||||
|
||||
- { rvm: ruby-head, gemfile: test/gemfiles/Gemfile.rails-3.0.x }
|
||||
- { rvm: ruby-head, gemfile: test/gemfiles/Gemfile.rails-3.1.x }
|
||||
|
||||
allow_failures:
|
||||
- { rvm: rbx-19mode, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
|
||||
- { rvm: ruby-head, gemfile: test/gemfiles/Gemfile.rails-3.2.x }
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
|
Loading…
Reference in a new issue