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

16 lines
271 B
YAML
Raw Normal View History

2017-07-12 20:09:44 +01:00
language: rust
rust:
- stable
2017-07-18 14:06:18 +01:00
cache: cargo
2017-07-18 14:26:31 +01:00
before_script:
- export PATH="$PATH:$HOME/.cargo/bin"
- which rustfmt || cargo install rustfmt
2017-07-12 20:09:44 +01:00
script:
2017-07-18 14:26:31 +01:00
- cargo fmt -- --write-mode=diff
2017-07-12 22:06:34 +01:00
- cargo build
- cargo build --release
- cargo test
- cargo test --release