Skip to content

Commit

Permalink
Merge branch 'master' of github.com:carlossless/resume
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossless committed Sep 21, 2019
2 parents 81efc19 + 6463d5a commit 0b4d4f7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
sudo: required

services:
- docker
- docker

script:
- docker run --rm -w "/doc" -v "$PWD":/doc thomasweise/texlive make
- docker run --rm -v "$PWD":/data vipintm/xelatex make

deploy:
provider: releases
file: resume.pdf
skip_cleanup: true
api_key:
secure: KHvt02yxxi4MAGKZ7lKrF3J/N1wMIRAGuHhR00rubbs3nk+L3/3q/I/viO0t9/rqiSZSYFtra4ishBbARElICC5aBAyxhNxTSCNRACPTZg7NODx4jbrn9zh2cGddU9brlMs5HZaI7h9HvAKAftD+Mwvt+6sHckK8PVB6h4HQEBlelMaJ9Li9OBTtxeOWMo3TT/QU9G2vb+pQZpCv3qFs0IVs/hK6qbMc8m0QSLJTB8KgyZJ0+I4Qk6lxtPntOUYGvJqE4g9BuA4CaGxA5YLcl6sEBt62aOzuc23DfDc1+ty/902/IagXisBhWYI+Lk8NHswIlTNzZHudrrtVlNqd1ZxZ1tMvp3QA7RHaFqrAANWk31We6c7NNJpIHusD+nKs1hTbTgp6dElCLxhlyjPnOGk/kqyPWq5zc7XOcwraxIUvmoQNV1ihHRxylCvoetY0E6HhCcU1PLvt/F3cMYLrSJZoibbWkjD1VBYS15M6h1y1JDA56D+V8Au6GNv8YXmkaHMOsYx7QBCK/7lJm9Rw+72ardsNUbxvDtcsjENNOBm+gPoKAwpcblhVqWUwggeW6Vax6dS2E90PPLeQBbE6oJwN/bDTbLsPLbEW4R12gX2Nxs1pQ/l0Cbc+PkZ13IMv8falQgn29nb5SCkX4385V5ycMSBVrXzSKb1NLmmhfsI=
file: resume.pdf
on:
tags: true
tags: true

0 comments on commit 0b4d4f7

Please sign in to comment.