瀏覽代碼

travis: disable email notifications

Paul Lietar 9 年之前
父節點
當前提交
b753f3b72c
共有 1 個文件被更改,包括 3 次插入0 次删除
  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