ash/.travis.yml
2018-11-16 13:50:08 +01:00

13 lines
216 B
YAML

os:
- linux
- osx
language: rust
rust:
- stable
script:
- cargo build --manifest-path ash/Cargo.toml
- cargo build --manifest-path examples/Cargo.toml
- cargo build --manifest-path generator/Cargo.toml