Skip to content

Commit 112ab10

Browse files
committed
Fix Travis build, again
1 parent 80ccf8e commit 112ab10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ python:
44

55
install:
66
# 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
7+
- wget https://github.com/jgm/pandoc/releases/download/2.7.3/pandoc-2.7.3-1-amd64.deb
88
- sudo dpkg -i pandoc-2.7.3-1-amd64.deb
99
- pandoc --version
1010
- sudo apt-get -f install

0 commit comments

Comments
 (0)