blob: 88bc1800c7702931f86aa320aa3e00ddf60c9c03 [file] [log] [blame]
Stewart Smith59d3cb42018-02-12 11:52:12 +11001sudo: false
2dist: trusty
3
4cache:
5 apt: true
6
7git:
8 depth: false
9
10addons:
11 apt:
12 packages:
13 - python-pip
14 - latexmk
15 - libalgorithm-diff-perl
16 - texlive
17 - texlive-latex-extra
18 - texlive-humanities
19 - texlive-generic-recommended
20 - graphviz
21 - texlive-generic-extra
22
23
24language: python
25python:
26 - "2.7"
27install:
28 - "pip install -r doc/requirements.txt"
29script:
30 - cd doc/; make latexpdf html
31
32deploy:
33 provider: pages
34 skip-cleanup: true
35 github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
36 local_dir: "doc/_build/html"
37 on:
38 branch: master