Files
wasmtime/.travis.yml
Jakob Stoklund Olesen 6b784dd8dc Create a phantom workspace manifest for all crates.
Share a single Cargo.lock and target directory at the repo top-level.
2016-10-10 10:52:48 -07:00

8 lines
88 B
YAML

language: rust
rust:
- stable
- beta
- nightly
script: ./test-all.sh
cache: cargo