ash/.travis.yml

9 lines
141 B
YAML
Raw Normal View History

2016-12-10 06:23:42 +11:00
language: rust
rust:
- stable
2017-04-16 20:58:29 +10:00
script:
- cargo build --manifest-path ash/Cargo.toml
- cargo build --manifest-path examples/Cargo.toml