Files
wasmtime/.travis.yml
Jakob Stoklund Olesen 81f26422fa Tell Travis to cache Cargo intermediate build products.
The CI builds were using a lot of time downloading and building crates.
2016-09-17 11:29:52 -07:00

11 lines
132 B
YAML

language: rust
rust:
- stable
- beta
- nightly
script: ./test-all.sh
cache:
- cargo
- directories:
- src/tools/target