wasmer/.travis.yml
2018-10-16 18:20:01 +02:00

32 lines
381 B
YAML

language: rust
rust:
- nightly
env:
- CARGO_INCREMENTAL=0
os: linux
addons:
apt:
packages:
# Install makeinfo [sic] - needed for constructing libffi
- texinfo
cache:
directories:
- $HOME/.cargo
- $TRAVIS_BUILD_DIR/target
sudo: false
notifications:
email:
on_success: never
on_failure: change
script:
- cargo test
- cargo bench