Skip to content

Commit

Permalink
Updated document/class compiler to XeLaTeX.
Browse files Browse the repository at this point in the history
  • Loading branch information
opieters committed May 21, 2018
1 parent 41b8e2b commit 874d2c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ script:
# Prefix command with travis_wait x so it times out after 3 mins
- mkdir build
- cd src
- travis_wait 5 pdflatex -output-directory ../build ./limecv.dtx
- travis_wait 5 pdflatex -output-directory ../build ./limecv.ins
- travis_wait 5 xelatex -output-directory ../build ./limecv.dtx
- travis_wait 5 xelatex -output-directory ../build ./limecv.ins
- cd ..
- cp build/limecv.cls examples/
- cd examples
Expand Down

0 comments on commit 874d2c4

Please sign in to comment.