diff --git a/.travis.yml b/.travis.yml index ac43a84..1ca82ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,14 +29,13 @@ deploy: before_install: install: - - sudo apt-get install texlive-latex-base - - sudo apt-get install texlive-bibtex-extra + - sudo apt-get install texlive-full script: - - latex -src -interaction=nonstopmode thesis.tex + - pdflatex -synctex=1 -interaction=nonstopmode thesis.tex - bibtex thesis - - latex -src -interaction=nonstopmode thesis.tex - - latex -src -interaction=nonstopmode thesis.tex + - pdflatex -synctex=1 -interaction=nonstopmode thesis.tex + - pdflatex -synctex=1 -interaction=nonstopmode thesis.tex notifications: email: