mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
13 lines
251 B
YAML
13 lines
251 B
YAML
language: ruby
|
|
dist: trusty
|
|
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
|