Remove travis stuff
This commit is contained in:
parent
f6c24b2661
commit
376c5db00e
2 changed files with 1 additions and 10 deletions
|
@ -1,9 +0,0 @@
|
|||
language: rust
|
||||
rust:
|
||||
- stable
|
||||
|
||||
script:
|
||||
- cargo build --verbose
|
||||
- cargo test --verbose
|
||||
- cargo build --verbose --release
|
||||
- cargo test --verbose --release
|
|
@ -1,5 +1,5 @@
|
|||
# md-pdf
|
||||
|
||||
[![Travis](https://img.shields.io/travis/hoily/md-pdf.svg?style=flat-square)](https://travis-ci.org/hoily/md-pdf)
|
||||
[![CircleCI](https://img.shields.io/circleci/project/github/hoily/md-pdf.svg?style=flat-square)](https://circleci.com/gh/hoily/md-pdf)
|
||||
|
||||
Convert markdown files into PDF Documents.
|
||||
|
|
Reference in a new issue