Skip to content

Commit

Permalink
Use pandoc-2.1.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Jan 24, 2018
1 parent e341e6f commit 2382acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ python:
- "3.4"
- "3.5"
before_install:
- wget https://github.com/jgm/pandoc/releases/download/2.0.6/pandoc-2.0.6-1-amd64.deb
- sudo dpkg -i pandoc-2.0.6-1-amd64.deb
- wget https://github.com/jgm/pandoc/releases/download/2.1.1/pandoc-2.1.1-1-amd64.deb
- sudo dpkg -i pandoc-2.1.1-1-amd64.deb
- pandoc -v
install:
- pip install coveralls
Expand Down

0 comments on commit 2382acd

Please sign in to comment.