Added travis config file and travis badge in the readme.

This commit is contained in:
Wandmalfarbe 2017-05-16 23:08:18 +02:00
parent 05043ddc95
commit e3b9f8881f
2 changed files with 11 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
sudo: required
dist: trusty
language: r
pandoc_version: 1.19.2.1
install:
- tlmgr install babel-german ly1 mweights sourcecodepro sourcesanspro
before_script:
- cd example
script:
- pandoc example.md -o example.pdf --from markdown --template "../eisvogel.latex" --listings

View File

@ -1,5 +1,6 @@
# Eisvogel
[![Build Status](https://travis-ci.org/Wandmalfarbe/pandoc-latex-template.svg?branch=master)](https://travis-ci.org/Wandmalfarbe/pandoc-latex-template)
[![Download the preview PDF](https://img.shields.io/badge/download-example_PDF-green.svg)](example/example.pdf)
A clean **pandoc LaTeX template** to convert your markdown files to PDF or LaTeX. It is designed for lecture notes and exercises with a focus on computer science.