Skip rcov for travis runs, remove Bob from notificationswq
This commit is contained in:
parent
f85e73087e
commit
4b87212c41
|
@ -5,14 +5,13 @@ rvm:
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- jruby
|
- jruby
|
||||||
- ree
|
- ree
|
||||||
script: "bundle exec rake"
|
script: "bundle exec rake spec:all"
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get install idn
|
- sudo apt-get install idn
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
recipients:
|
recipients:
|
||||||
- bobaman@google.com
|
|
||||||
- sbazyl@google.com
|
- sbazyl@google.com
|
||||||
on_success: change
|
on_success: change
|
||||||
on_failure: change
|
on_failure: change
|
||||||
|
|
Loading…
Reference in New Issue