Przeglądaj źródła

travis: disable email notifications

Paul Lietar 9 lat temu
rodzic
commit
b753f3b72c
1 zmienionych plików z 3 dodań i 0 usunięć
  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