zip-rs-wasm/.travis.yml
Mathijs van de Nes df9bf606b2 No longer pursue 1.20.0 compatibiliy
Dependencies break this outside of our control, this goal is not
attainable in the long run.
2018-12-06 19:51:51 +01:00

20 lines
356 B
YAML

language: rust
rust:
- stable
sudo: false
notifications:
email:
on_success: never
on_failure: always
script:
- cargo test
- cargo test --no-default-features
- cargo doc --no-deps
- rustdoc --test README.md -L target/debug
after_success:
- curl https://mvdnes.github.io/rust-docs/travis-doc-upload.sh | bash