Skip to content

Commit

Permalink
Use pandoc 2.2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Aug 21, 2018
1 parent 7de6963 commit c7e009f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -4,8 +4,8 @@ python:
- "3.4"
- "3.5"
before_install:
- wget https://github.com/jgm/pandoc/releases/download/2.2.1/pandoc-2.2.1-1-amd64.deb
- sudo dpkg -i pandoc-2.2.1-1-amd64.deb
- wget https://github.com/jgm/pandoc/releases/download/2.2.3.2/pandoc-2.2.3.2-1-amd64.deb
- sudo dpkg -i pandoc-2.2.3.2-1-amd64.deb
- pandoc -v
install:
- pip install coveralls
Expand Down

0 comments on commit c7e009f

Please sign in to comment.