Ver código fonte

travis: disable email notifications

Paul Lietar 9 anos atrás
pai
commit
b753f3b72c
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -29,3 +29,6 @@ script:
     - if [[ $TRAVIS_RUST_VERSION == *"nightly"* ]]; then
         cargo build --no-default-features;
       fi
+
+notifications:
+    email: false