wasmer/.travis.yml

16 lines
207 B
YAML
Raw Normal View History

2018-10-16 18:13:14 +02:00
language: rust
2018-10-19 12:06:56 +02:00
cache: cargo
2018-10-16 18:13:14 +02:00
rust:
- nightly
env:
2018-10-19 12:06:56 +02:00
- CARGO_INCREMENTAL=1
2018-10-16 18:13:14 +02:00
os: linux
sudo: false
notifications:
email:
on_success: never
on_failure: change
script:
- cargo test
2018-10-24 02:53:33 +02:00
# - cargo bench