Update .travis.yml
don't send emails on a successful build
This commit is contained in:
@@ -28,3 +28,6 @@ after_success: |
|
|||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
|
notifications:
|
||||||
|
email:
|
||||||
|
on_success: never
|
||||||
|
|||||||
Reference in New Issue
Block a user