Skip to content

Commit

Permalink
Fix typo in script
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiasVara committed Feb 16, 2019
1 parent bca4d7e commit ec485e9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@ deploy:
before_install:

install:
- sudo apt-get install texlive-full
- sudo apt-get install texlive-latex-base
- sudo apt-get install texlive-bibtex-extra

script:
- bibex thesis
- pdflatex -synctex=1 -interaction=nonstopmode thesis.tex
- bibex thesis
- pdflatex -synctex=1 -interaction=nonstopmode thesis.tex
- latex -src -interaction=nonstopmode thesis.tex
- bibtex thesis
- latex -src -interaction=nonstopmode thesis.tex
- latex -src -interaction=nonstopmode thesis.tex

notifications:
email:
Expand Down

0 comments on commit ec485e9

Please sign in to comment.