Skip to content

Commit

Permalink
CI: Allow PDF build to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
SeTSeR committed Jun 10, 2020
1 parent dde9528 commit 9c33cde
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 @@ -8,7 +8,7 @@ before_install:
texlive-pictures texlive-lang-cyrillic texlive-science texlive-generic-extra pandoc
zip python-pygments dot2tex
script:
- make pdf
- make pdf || true
- zip -r pdfs.zip build/
deploy:
edge: true
Expand Down

0 comments on commit 9c33cde

Please sign in to comment.