Update .travis.yml

don't send emails on a successful build
master
Paul Woolcock 6 years ago committed by GitHub
parent 3083ffd9ff
commit 932161c346
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .travis.yml

@ -28,3 +28,6 @@ after_success: |
matrix:
allow_failures:
- rust: nightly
notifications:
email:
on_success: never

Loading…
Cancel
Save