Explorar o código

Test if it compiles for redox too

Paul %!s(int64=7) %!d(string=hai) anos
pai
achega
8f513f809b
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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