From 5c1594c01fa209424348d61ef24bb8095d7315cb Mon Sep 17 00:00:00 2001 From: Jean-Philippe Ouellet Date: Sat, 22 Jul 2017 14:20:08 -0400 Subject: [PATCH] travis: Install deps for spell-checking --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9153aed5..19b40786 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,3 +4,9 @@ rvm: - 2.1 install: git clone https://github.com/${TRAVIS_REPO_SLUG%%/*}/qubesos.github.io ~/qubesos.github.io script: ~/qubesos.github.io/_utils/travis.sh +addons: + apt: + packages: + - hunspell + - pandoc + - jq