From ba2af26490f16d1e4f7bf57791af2ade8e90fcb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Thu, 26 Oct 2017 13:45:08 +0200 Subject: Install pandoc for deployment https://docs.travis-ci.com/user/installing-dependencies/#Installing-Packages-on-Container-Based-Infrastructure --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8e7b5d0..bd9a8a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,10 @@ script: after_script: - coveralls sudo: false +addons: + apt: + packages: + - pandoc before_deploy: - pip install -r requirements-dev.txt deploy: -- cgit v1.2.1