ソースを参照

Merge pull request #21 from sajattack/patch-1

Test if the redox version compiles too
Jeremy Soller 7 年 前
コミット
6afdf3fabf
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