Use Rust nightly, disable email notifications

This commit is contained in:
Jeremy Soller
2018-03-06 21:25:10 -07:00
parent b14ee3ed39
commit bf41415c8b
+9 -5
View File
@@ -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