Skip to content

Commit 7f4d239

Browse files
committed
try to fix travis
1 parent 63d85cd commit 7f4d239

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ install:
66
- "pip install mkdocs"
77
- "pip install mkdocs-cinder"
88
- "pip install markdown-include"
9+
- "sudo apt-get install xfonts-base xfonts-75dpi"
910
- "wget https://bitbucket.org/wkhtmltopdf/wkhtmltopdf/downloads/wkhtmltox-0.13.0-alpha-7b36694_linux-trusty-amd64.deb"
10-
- "sudo dpkg -it wkhtml*.deb"
11+
- "sudo dpkg -i wkhtml*.deb"
1112
after_success:
1213
- if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then ./.deploy.sh ; fi
1314
env:

0 commit comments

Comments
 (0)