added edge rails on 1.9.3 to the test matrix (with failures allowed)

This commit is contained in:
Dan Gebhardt
2012-09-20 21:38:19 -04:00
parent 281b45ad2a
commit 0caca174e6
2 changed files with 30 additions and 1 deletions

View File

@@ -1,7 +1,27 @@
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree
- jruby
- rbx
- rbx
gemfile:
- Gemfile
- gemfiles/Gemfile.edge-rails
matrix:
exclude:
# Edge Rails is only compatible with 1.9.3
- gemfile: gemfiles/Gemfile.edge-rails
rvm: 1.8.7
- gemfile: gemfiles/Gemfile.edge-rails
rvm: 1.9.2
- gemfile: gemfiles/Gemfile.edge-rails
rvm: ree
- gemfile: gemfiles/Gemfile.edge-rails
rvm: jruby
- gemfile: gemfiles/Gemfile.edge-rails
rvm: rbx
allow_failures:
- gemfile: gemfiles/Gemfile.edge-rails
rvm: 1.9.3