archive
/
md-pdf-rs
Archived
1
Fork 0

remove travis config

This commit is contained in:
Jake Howard 2017-08-15 23:25:52 +01:00
parent 33695af064
commit 715d1507ba
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
language: rust
rust:
- stable
cache: cargo
before_script:
- export PATH="$PATH:$HOME/.cargo/bin"
- which rustfmt || cargo install rustfmt
script:
- ./scripts/install-deps.sh
- cargo fmt -- --write-mode=diff
- cargo build
- cargo build --release
- cargo test
- cargo test --release
- cd test-files && cargo run --release -- build && cd -
- cd test-files && cargo run -- build && cd -