archive
/
md-pdf-rs
Archived
1
Fork 0

Build release too

This commit is contained in:
Jake Howard 2017-07-01 23:36:21 +01:00
parent a28f590cc7
commit 95ce8775e3
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
language: rust
rust:
- stable
script:
- cargo build --verbose
- cargo test --verbose
- cargo build --verbose --release
- cargo test --verbose --release