Procházet zdrojové kódy

Test if it compiles for redox too

Paul před 7 roky
rodič
revize
8f513f809b
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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