ash/.travis.yml
2018-11-17 19:05:28 +01:00

18 lines
303 B
YAML

os:
- linux
- osx
language: rust
before_script:
- rustup component add rustfmt-preview
rust:
- stable
script:
- cargo fmt --all -- --check
- cargo build --manifest-path ash/Cargo.toml
- cargo build --manifest-path examples/Cargo.toml
- cargo build --manifest-path generator/Cargo.toml