mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2024-12-18 22:07:51 +00:00
Travis CI: Build with the latest pandoc version 2.11.2
.
This commit is contained in:
parent
a65960e55e
commit
4558a4adf6
@ -3,7 +3,7 @@ dist: bionic
|
|||||||
language: java
|
language: java
|
||||||
before_install:
|
before_install:
|
||||||
# default pandoc is too old -> install a newer version manually
|
# default pandoc is too old -> install a newer version manually
|
||||||
- PANDOC_VERSION="2.9.2"
|
- PANDOC_VERSION="2.11.2"
|
||||||
- pandoc_deb="pandoc-${PANDOC_VERSION}-1-amd64.deb"
|
- pandoc_deb="pandoc-${PANDOC_VERSION}-1-amd64.deb"
|
||||||
- wget "https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/${pandoc_deb}"
|
- wget "https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/${pandoc_deb}"
|
||||||
- sudo dpkg -i ${pandoc_deb}
|
- sudo dpkg -i ${pandoc_deb}
|
||||||
|
Loading…
Reference in New Issue
Block a user