before_install: - gem install bundler language: ruby script: 'bundle exec rake spec' rvm: - 1.8.7 - 1.9.2 - 1.9.3 - rbx-18mode - rbx-19mode matrix: allow_failures: - rvm: rbx-19mode - rvm: 1.8.7 notifications: email: - mbj@seonic.net