update texlive in travis-ci to 2017-07-05 (#143)

* fix travis ci

* fix missing path

* update texlive to 2017-09-18
This commit is contained in:
Holger Nahrstaedt 2017-09-19 09:27:26 +02:00 committed by Krishna Kumar
parent 2aa9e284f2
commit 4a5426a515

View File

@ -1,12 +1,9 @@
before_install: before_install:
- sudo add-apt-repository -y ppa:texlive-backports/ppa
- sudo apt-get update - sudo apt-get update
install: install:
- sudo apt-get install -y texlive-latex-base - sudo apt-get install ghostscript
- sudo apt-get install -y texlive-latex-recommended texlive-latex-extra - curl -L https://github.com/holgern/travis-texlive/releases/download/2017-09-18_02/texlive.tar.xz | tar -JxC ~
- sudo apt-get install -y texlive-science - PATH=$HOME/texlive/bin/x86_64-linux:$PATH
- sudo apt-get install -y texlive-fonts-recommended texlive-fonts-extra
- sudo apt-get install -y psutils
script: script:
- make clean - make clean
- make BUILD_STRATEGY=latex - make BUILD_STRATEGY=latex