Skip to content

Commit

Permalink
travis: update pandoc to v1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
cfillion committed Oct 29, 2016
1 parent 484957f commit 5a772a3
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 @@ -3,7 +3,7 @@ rvm:
- 2.3.0
before_install:
- gem update bundler
- wget https://github.com/jgm/pandoc/releases/download/1.17.2/pandoc-1.17.2-1-amd64.deb -O pandoc.deb
- wget https://github.com/jgm/pandoc/releases/download/1.18/pandoc-1.18-1-amd64.deb -O pandoc.deb
- sudo dpkg -i pandoc.deb
- rm pandoc.deb
install: gem install reapack-index --pre
Expand Down

0 comments on commit 5a772a3

Please sign in to comment.