archive
/
md-pdf-rs
Archived
1
Fork 0
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

10 lines
163 B
YAML

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