qubes-doc/.travis.yml
2018-03-18 23:24:54 +01:00

19 lines
361 B
YAML

language: ruby
dist: trusty
rvm:
- 2.4
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
notifications:
email:
recipients:
- adw@qubes-os.org
on_success: never
on_failure: always