Skip to content

Commit

Permalink
don't cache TinyTeX (downloading from cache is probably not significa…
Browse files Browse the repository at this point in the history
…ntly faster than downloading the prebuilt version), and install a specific version for now to fix the problems with jss (#329)
  • Loading branch information
yihui committed Oct 16, 2020
1 parent 56da9cd commit 1054e2b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ dist: bionic
language: r
cache:
packages: true
directories:
- $HOME/.TinyTeX
latex: false
pandoc_version: 2.8.0.1

Expand All @@ -17,7 +15,7 @@ addons:
- ghostscript

before_install:
- wget -qO- https://github.com/yihui/tinytex/raw/master/tools/download-travis-linux.sh | sh
- TINYTEX_VERSION=2020.09.19 TINYTEX_INSTALLER=TinyTeX wget -qO- "https://yihui.org/tinytex/install-bin-unix.sh" | sh
- tlmgr --version

jobs:
Expand Down

0 comments on commit 1054e2b

Please sign in to comment.