ash/.travis.yml
2018-12-08 15:42:13 -08:00

18 lines
295 B
YAML

os:
- linux
- osx
language: rust
before_script:
- rustup component add rustfmt
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