wasmer/.travis.yml
2018-10-19 12:17:41 +02:00

16 lines
205 B
YAML

language: rust
cache: cargo
rust:
- nightly
env:
- CARGO_INCREMENTAL=1
os: linux
sudo: false
notifications:
email:
on_success: never
on_failure: change
script:
- cargo test
- cargo bench