We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e0f145 commit 5d7ee25Copy full SHA for 5d7ee25
1 file changed
.travis.yml
@@ -5,8 +5,8 @@ python:
5
- "3.4"
6
- "3.5"
7
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
+ - wget https://github.com/jgm/pandoc/releases/download/2.1.3/pandoc-2.1.3-1-amd64.deb
+ - sudo dpkg -i pandoc-2.1.3-1-amd64.deb
10
- pandoc -v
11
install:
12
- pip install coveralls
0 commit comments