.travis.yml 229 B

123456789
  1. language: rust
  2. cache: cargo
  3. before_script:
  4. - rustup component add rustfmt-preview
  5. - rustup target add x86_64-unknown-redox
  6. script:
  7. - bash ./fmt.sh -- --write-mode=diff
  8. - bash ./test.sh
  9. - cargo build --target=x86_64-unknown-redox