Skip to content

Commit 82bab0b

Browse files
authored
Update .travis.yml
1 parent 1ae6c8a commit 82bab0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ matrix:
99
- os: osx
1010
language: r
1111
cache: packages
12-
12+
1313

1414
env:
1515
global:
@@ -18,6 +18,8 @@ env:
1818
warnings_are_errors: false
1919

2020
before_install:
21+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then curl -sfL 'https://api.github.com/repos/jgm/pandoc/releases/tags/2.0' | jq -r -e '.assets[] | select(.name | test("pkg$"))| .browser_download_url'
22+
https://github.com/jgm/pandoc/releases/download/2.0/pandoc-2.0-macOS.pkg ; fi
2123
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew tap caskroom/fonts ; fi
2224
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew cask install font-eb-garamond font-source-code-pro font-lato ; fi
2325
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then sudo tlmgr update --self ; fi

0 commit comments

Comments
 (0)