wasm-bindgen/.travis.yml
2017-12-18 14:49:04 -08:00

15 lines
139 B
YAML

language: rust
sudo: false
matrix:
include:
- rust: nightly
script:
- cargo test
notifications:
email:
on_success: never