ash/.travis.yml

13 lines
216 B
YAML
Raw Normal View History

2018-11-16 13:50:08 +01:00
os:
- linux
- osx
2016-12-09 20:23:42 +01:00
language: rust
rust:
- stable
2017-04-16 12:58:29 +02:00
script:
- cargo build --manifest-path ash/Cargo.toml
- cargo build --manifest-path examples/Cargo.toml
2018-08-20 07:30:59 +02:00
- cargo build --manifest-path generator/Cargo.toml