.travis.yml 200 B

1234567891011
  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. script:
  9. - bash ./ci.sh
  10. notifications:
  11. email: false