Skip to content

Commit

Permalink
Update README & first typo mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
moutonjr committed Jun 8, 2020
1 parent 450ffec commit d31a268
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,18 @@
os: linux

# we use the R VM because it contains LaTeX and pandoc
language: r
sudo: required
apt_packages:
- pdf2djvu

script:
# in the next step we use pdflatex to convert .tex to .pdf
# of course we could use pandoc for this also, but pdflatex generates nicer PDFs
- pdflatex -interaction=nonstopmode CV_Montel.tex

# now we convert the pdf file to a much smaller djvu document
- pdf2djvu -d 1200 -o CV_Montel.djvu CV_Montel.pdf
after_success:

deploy:
# provider releases means GitHub Releases
provider: releases
api_key: $GITHUB_OAUTH_TOKEN

# Travis CI public key encrypted GitHub oauth key for pushing to GitHub Releases
secure: TODO

# the list of files to upload
file:
- "CV_Montel.pdf"
- "CV_Montel.djvu"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CV de Geoffrey Montel
----------------------
[![Build Status](https://travis-ci.org/moutonjr/CV_LaTeX.svg?branch=master)](https://travis-ci.org/moutonjr/CV_LaTeX)

Vous pourrez trouver dans ce dépôt mon CV au format PDF ainsi que les sources TEX. N'hésitez pas à fork-er si vous l'appréciez !

Expand Down

0 comments on commit d31a268

Please sign in to comment.