.travis.yml 248 B

123456789101112
  1. language: rust
  2. rust:
  3. - nightly
  4. cache: cargo
  5. before_script:
  6. - rustup component add rustfmt-preview
  7. - rustup target add x86_64-unknown-redox
  8. - rustup target add aarch64-unknown-linux-gnu
  9. script:
  10. - bash ./ci.sh
  11. notifications:
  12. email: false