Skip to content
Snippets Groups Projects
.travis.yml 248 B
Newer Older
language: rust
cache: cargo
before_script:
  - rustup component add rustfmt-preview
  - rustup target add x86_64-unknown-redox
  - rustup target add aarch64-unknown-linux-gnu
  - bash ./ci.sh
notifications:
  email: false