Skip to content

Commit

Permalink
Fix CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiasVara committed Feb 16, 2019
1 parent ec485e9 commit 4cac7ca
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4cac7ca

Please sign in to comment.