Explorar el Código

travis: disable email notifications

Paul Lietar hace 9 años
padre
commit
b753f3b72c
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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