Adding Steven to the Travis notification list.
This commit is contained in:
parent
d326f2e630
commit
3d4b424c36
|
@ -9,3 +9,10 @@ script: "bundle exec rake"
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get install idn
|
- sudo apt-get install idn
|
||||||
|
notifications:
|
||||||
|
email:
|
||||||
|
recipients:
|
||||||
|
- bobaman@google.com
|
||||||
|
- sbazyl@google.com
|
||||||
|
on_success: change
|
||||||
|
on_failure: change
|
||||||
|
|
Loading…
Reference in New Issue