瀏覽代碼

Test if it compiles for redox too

Paul 7 年之前
父節點
當前提交
8f513f809b
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -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