Skip to content

Commit

Permalink
Fix an incorrect directory in the travis configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkapfham committed Oct 30, 2019
1 parent a12f474 commit 03fe3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ script:
- latexmk -pdf -outdir=_build practical05/cs101F2019_practical05.tex
- latexmk -pdf -outdir=_build practical06/cs101F2019_practical06.tex
- latexmk -pdf -outdir=_build quiz01/cs101F2019_studyguide_quiz01.tex
- latexmk -pdf -outdir=_build quiz01/cs101F2019_studyguide_exam01.tex
- latexmk -pdf -outdir=_build exam01/cs101F2019_studyguide_exam01.tex
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 03fe3b9

Please sign in to comment.