Update .travis.yml

don't send emails on a successful build
This commit is contained in:
Paul Woolcock
2018-08-24 09:09:34 -04:00
committed by GitHub
parent 3083ffd9ff
commit 932161c346
+3
View File
@@ -28,3 +28,6 @@ after_success: |
matrix:
allow_failures:
- rust: nightly
notifications:
email:
on_success: never