summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-06-14 14:40:36 +0800
committerIru Cai <mytbk920423@gmail.com>2018-06-14 17:04:40 +0800
commit2934d169fed9b78a72c04ee66e91e39a78cf922a (patch)
treea9ab4c791ed7423205cf1757bbb55ad62644f459 /.travis.yml
parentff12985075656da1ac7b9034b2033c08b57d43d6 (diff)
downloadfsfs-zh-2934d169fed9b78a72c04ee66e91e39a78cf922a.tar.xz
Update pandoc to 2.2.1
- "--latex-engine" renamed to "--pdf-engine" - copy the keepaspectratio graphicx setting from the latest pandoc LaTeX template - remove -S option when generating epub
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 793b0cc..580a54d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ before_script:
- sudo apt-get update
- "./install.latex.ubuntu.sh"
- "./install.fandolsong.sh"
- - wget https://github.com/jgm/pandoc/releases/download/1.17.2/pandoc-1.17.2-1-amd64.deb
+ - wget https://github.com/jgm/pandoc/releases/download/2.2.1/pandoc-2.2.1-1-amd64.deb
- sudo dpkg -i *.deb
script: