Merge remote-tracking branch 'origin/pr/448'

* origin/pr/448:
  travis: Install deps for spell-checking
This commit is contained in:
Marek Marczykowski-Górecki 2017-07-26 13:03:57 +02:00
commit ba60bd059c
No known key found for this signature in database
GPG Key ID: F32894BE9684938A

View File

@ -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