Skip to content

Commit

Permalink
travis changes output file ownership so that it can be accessed by th…
Browse files Browse the repository at this point in the history
  • Loading branch information
deigote committed Nov 12, 2015
1 parent 6adf2d9 commit c186c28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ script:
- mkdir out
- docker run --rm -i --net=none -v $PWD:/data blang/latex pdflatex -interaction=nonstopmode --output-directory=./out Diego\ Toharia\ -\ CV\ \(English\).tex
- find ./out -type f ! -name '*.pdf' -print -delete
- sudo chown -R $USER:$USER ./out
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit c186c28

Please sign in to comment.