dissertation-4-dissertation/.travis.yml
Holger Nahrstaedt 4a5426a515 update texlive in travis-ci to 2017-07-05 (#143)
* fix travis ci

* fix missing path

* update texlive to 2017-09-18
2017-09-19 08:27:26 +01:00

12 lines
331 B
YAML

before_install:
- sudo apt-get update
install:
- sudo apt-get install ghostscript
- curl -L https://github.com/holgern/travis-texlive/releases/download/2017-09-18_02/texlive.tar.xz | tar -JxC ~
- PATH=$HOME/texlive/bin/x86_64-linux:$PATH
script:
- make clean
- make BUILD_STRATEGY=latex
- make clean
- make