From 882137b637d3309a7bc0164b8c485d8ef94eadc4 Mon Sep 17 00:00:00 2001 From: jankapunkt Date: Tue, 13 Mar 2018 16:04:19 +0100 Subject: [PATCH] travis corretc prject dir path --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d30975b..1ffd012 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ before_install: - sudo ./install-tl --profile=$PROJECTDIR/texlive.profile - PATH=/usr/local/texlive/2017/bin/x86_64-linux:$PATH - pdflatex -v + - cd $PROJECTDIR script: - bash tests/testall.sh