From d31a26800e44f3009932154b575d52dba972ed34 Mon Sep 17 00:00:00 2001 From: moutonjr Date: Mon, 8 Jun 2020 11:56:05 +0200 Subject: [PATCH] Update README & first typo mistakes --- .travis.yml | 11 ----------- README.md | 1 + 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4a9467c..8da94f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" diff --git a/README.md b/README.md index 90f6e61..9616a94 100644 --- a/README.md +++ b/README.md @@ -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 !