language: ruby rvm: - 1.8.7 - 1.9.3 - rbx-18mode - rbx-19mode env: - "rake=0.8" - "rake=0.9" script: "bundle exec rspec -t no_ad" notifications: email: false