Test if it compiles for redox too

This commit is contained in:
Paul
2018-03-06 20:06:47 -08:00
committed by GitHub
parent cf03233e66
commit 8f513f809b
+2
View File
@@ -2,6 +2,8 @@ language: rust
cache: cargo
before_script:
- 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