From 194da448ab2b2a4744b26dd65a2c199b40890537 Mon Sep 17 00:00:00 2001 From: Merlijn Sebrechts Date: Sat, 26 May 2018 22:53:11 +0200 Subject: [PATCH] first try for travis --- .travis.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..81243f9 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,16 @@ +language: r # This is apparently the best way to configure travis to install pandoc and latexhttps://github.com/jgm/pandoc/wiki/Using-pandoc-in-Travis-CI +script: "pandoc --toc pandoc-metadata.yaml README.md [0-9]*.md -o hack-the-hackerspace.pdf" + +# deploy: +# provider: releases +# api_key: "$GH_TOKEN" +# file: +# - "workbook-7A.pdf" +# - "workbook-8A.pdf" +# - "workbook-Master.pdf" +# - "workbook-7A.epub" +# - "workbook-8A.epub" +# - "workbook-Master.epub" +# skip_cleanup: true +# on: +# tags: true \ No newline at end of file