Stop testing on Rubinius

This commit is contained in:
Thomas Reynolds 2012-05-10 11:25:21 -07:00
parent 162622c453
commit 3f048011ab
2 changed files with 2 additions and 6 deletions

2
.gitignore vendored
View file

@ -7,7 +7,7 @@ pkg
.tmp .tmp
Gemfile.lock Gemfile.lock
docs docs
.rbenv-version .rbenv-*
.*.swp .*.swp
build build
doc doc

View file

@ -4,13 +4,9 @@ rvm:
- 1.9.3 - 1.9.3
- jruby-18mode - jruby-18mode
- jruby-19mode - jruby-19mode
- rbx-18mode
- rbx-19mode
script: "bundle exec rake test" script: "bundle exec rake test"
matrix: matrix:
allow_failures: allow_failures:
- rvm: jruby-19mode - rvm: jruby-19mode
- rvm: rbx-18mode
- rvm: rbx-19mode