torwachter: rm d3 key as he does no longer want access as told by ruru. Also better...
[noc.git] / .travis.yml
1 ---
2 sudo: no
3 language: python
4 addons:
5   apt:
6     packages:
7       - graphviz
8       - ikiwiki
9       - imagemagick
10       - libimage-magick-perl
11       - libtext-markdown-discount-perl
12       - libtext-typography-perl
13
14 install:
15   - pip install ansible
16   - pip install ansible-lint
17   - ansible --version
18   - ansible-lint --version
19
20 script:
21   - ansible/lint.sh
22   - make -C doc
23
24 deploy:
25   provider: pages
26   skip-cleanup: true
27   local-dir: doc/dest
28   fqdn: noc.realraum.at
29   github-token: $GITHUB_TOKEN  # Set as a secure variable
30   keep-history: true
31   on:
32     branch: master