This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
md-pdf-rs/.travis.yml
2017-07-12 22:06:34 +01:00

10 lines
123 B
YAML

language: rust
rust:
- stable
script:
- cargo build
- cargo build --release
- cargo test
- cargo test --release