This commit is contained in:
Steven Bazyl 2013-04-18 20:57:32 -07:00
commit 0e1ac4ea6a
2 changed files with 6 additions and 5 deletions

View File

@ -4,7 +4,11 @@ rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- jruby
- rbx-18mode
- rbx-19mode
- jruby-18mode
- jruby-19mode
- jruby-20mode
- ree
script: "bundle exec rake spec:all"
before_install:
@ -16,6 +20,3 @@ notifications:
- sbazyl@google.com
on_success: change
on_failure: change
matrix:
allow_failures:
- rvm: 2.0.0

View File

@ -1,4 +1,4 @@
source :rubygems
source 'https://rubygems.org'
gemspec