Explorar o código

travis: disable email notifications

Paul Lietar %!s(int64=9) %!d(string=hai) anos
pai
achega
b753f3b72c
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

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