archive
/
md-pdf-rs
Archived
1
Fork 0

Revert "Add CircleCI"

This commit is contained in:
Jake Howard 2017-07-12 20:09:44 +01:00 committed by GitHub
parent 24cde6fe42
commit 7b8e04a367
3 changed files with 10 additions and 15 deletions

9
.travis.yml Normal file
View File

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

View File

@ -1,5 +1,5 @@
# md-pdf
[![CircleCI](https://img.shields.io/circleci/project/github/hoily/md-pdf.svg?style=flat-square)](https://circleci.com/gh/hoily/md-pdf)
[![Travis](https://img.shields.io/travis/hoily/md-pdf.svg?style=flat-square)](https://travis-ci.org/hoily/md-pdf)
Convert markdown files into PDF Documents.

View File

@ -1,14 +0,0 @@
machine:
environment:
PATH: "$HOME/.cargo/bin:$PATH"
dependencies:
pre:
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y
test:
override:
- cargo build
- cargo build --release
- cargo test
- cargo test --release