f309fafcede80feb833f41beeb54038cae250164
[noc.git] / .travis.yml
1 ---
2 sudo: no
3 addons:
4   apt:
5     packages:
6       - graphviz
7       - ikiwiki
8       - imagemagick
9       - libtext-markdown-discount-perl
10       - libtext-typography-perl
11
12 script: make -C doc
13
14 deploy:
15   provider: pages
16   skip-cleanup: true
17   local-dir: doc/dest
18   fqdn: noc.realraum.at
19   github-token: $GITHUB_TOKEN  # Set as a secure variable
20   keep-history: true
21   on:
22     branch: master