Skip rcov for travis runs, remove Bob from notificationswq

This commit is contained in:
Steven Bazyl 2012-10-25 14:36:15 -07:00
parent f85e73087e
commit 4b87212c41
1 changed files with 1 additions and 2 deletions

View File

@ -5,14 +5,13 @@ rvm:
- 1.9.3
- jruby
- ree
script: "bundle exec rake"
script: "bundle exec rake spec:all"
before_install:
- sudo apt-get update
- sudo apt-get install idn
notifications:
email:
recipients:
- bobaman@google.com
- sbazyl@google.com
on_success: change
on_failure: change