-
Notifications
You must be signed in to change notification settings - Fork 14
/
.travis.yml
38 lines (36 loc) · 976 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
sudo: true
dist: trusty
addons:
apt:
sources:
- ppa:texlive-backports/ppa
packages:
- texlive-fonts-recommended
- texlive-fonts-extra
- texlive-xetex
- texlive-latex-recommended
- texlive-latex-extra
- texlive-humanities
- texlive-science
- texlive-pictures
- latex-xcolor
- pgf
- aspell
- aspell-en
- ghostscript
- gnuplot
- r-base
- graphviz
- fonts-sil-gentium
- fonts-inconsolata
- fonts-droid
- fonts-sil-gentium-basic
install:
- sudo apt-get -y install fonts-sil-gentium fonts-inconsolata fonts-droid fonts-sil-gentium-basic cm-super biber texlive-lang-german lmodern chktex
- wget --no-check-certificate http://yar.fruct.org/attachments/download/362/plantuml_7707-1_all.deb
- sudo dpkg -i plantuml_7707-1_all.deb
script:
- time make clean all verify bibchk || cat build.sh.log
notifications:
email: