Skip to content

Commit

Permalink
Change pandoc to 1.17.2 since that worked in Docker. 1.15 did not.
Browse files Browse the repository at this point in the history
  • Loading branch information
martisak committed Jan 16, 2017
1 parent aae3ece commit 0b92be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

before_install:
# Fetch pandoc and pandoc-citeproc binaries
- wget https://github.com/jgm/pandoc/releases/download/1.15.0.5/pandoc-1.15.0.5-1-amd64.deb && ar p pandoc-1.15.0.5-1-amd64.deb data.tar.gz | tar zx
- wget https://github.com/jgm/pandoc/releases/download/1.17.2/pandoc-1.17.2-1-amd64.deb && ar p pandoc-1.17.2-1-amd64.deb data.tar.gz | tar zx
# Install TeX Live
- sudo add-apt-repository -y ppa:texlive-backports/ppa
- sudo apt-get update -qq
Expand Down

0 comments on commit 0b92be6

Please sign in to comment.