We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ccf8e commit 112ab10Copy full SHA for 112ab10
1 file changed
.travis.yml
@@ -4,7 +4,7 @@ python:
4
5
install:
6
# Install a newer version of Pandoc
7
- - wget wget https://github.com/jgm/pandoc/releases/download/2.7.3/pandoc-2.7.3-1-amd64.deb
+ - wget https://github.com/jgm/pandoc/releases/download/2.7.3/pandoc-2.7.3-1-amd64.deb
8
- sudo dpkg -i pandoc-2.7.3-1-amd64.deb
9
- pandoc --version
10
- sudo apt-get -f install
0 commit comments