Skip to content

Commit 5d7ee25

Browse files
committed
Use pandoc 2.1.3
1 parent 4e0f145 commit 5d7ee25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ python:
55
- "3.4"
66
- "3.5"
77
before_install:
8-
- wget https://github.com/jgm/pandoc/releases/download/2.1.2/pandoc-2.1.2-1-amd64.deb
9-
- sudo dpkg -i pandoc-2.1.2-1-amd64.deb
8+
- wget https://github.com/jgm/pandoc/releases/download/2.1.3/pandoc-2.1.3-1-amd64.deb
9+
- sudo dpkg -i pandoc-2.1.3-1-amd64.deb
1010
- pandoc -v
1111
install:
1212
- pip install coveralls

0 commit comments

Comments
 (0)