瀏覽代碼

Use Rust nightly, disable email notifications

Jeremy Soller 7 年之前
父節點
當前提交
bf41415c8b
共有 1 個文件被更改,包括 9 次插入5 次删除
  1. 9 5
      .travis.yml

+ 9 - 5
.travis.yml

@@ -1,9 +1,13 @@
 language: rust
+rust:
+  - nightly
 cache: cargo
 before_script:
-- rustup component add rustfmt-preview
-- rustup target add x86_64-unknown-redox
+  - rustup component add rustfmt-preview
+  - rustup target add x86_64-unknown-redox
 script:
-- bash ./fmt.sh -- --write-mode=diff
-- bash ./test.sh
-- cargo build --target=x86_64-unknown-redox
+  - bash ./fmt.sh -- --write-mode=diff
+  - bash ./test.sh
+  - cargo build --target=x86_64-unknown-redox
+notifications:
+  email: false