Skip to content

Commit

Permalink
install ghostscript for pdf cropping to work: yihui/knitr#954
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Sep 9, 2020
1 parent 4e34630 commit ae54659
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ language: r
cache: packages
pandoc_version: 1.19.2.1

addons:
apt:
packages:
- ghostscript

before_script:
- chmod +x ./_build.sh
- chmod +x ./_deploy.sh
Expand Down

0 comments on commit ae54659

Please sign in to comment.