ash/.travis.yml
2017-04-16 12:58:29 +02:00

9 lines
141 B
YAML

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