Skip to content
Snippets Groups Projects
Commit 90b19535 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

still playing with travis

parent 9fa183ff
No related branches found
No related tags found
No related merge requests found
......@@ -6,12 +6,12 @@ script:
- mkdir _build
- pdflatex -interaction=nonstopmode -halt-on-error -output-directory _build cours.tex
- pdflatex -interaction=nonstopmode -halt-on-error -output-directory _build cours.tex
# deploy:
# provider: releases
# api_key:
# secure: [YOUR KEY]
# file:
# - _build/cours.pdf
# skip_cleanup: true
# on:
# tags: true
deploy:
provider: releases
# api_key:
# secure: [YOUR KEY]
file:
- _build/cours.pdf
skip_cleanup: true
on:
tags: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment