From 6edfbceeaa4a46386951e3831e61364b91be8df8 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Sat, 12 May 2018 16:32:30 +0100 Subject: [PATCH] add markdown-include to the install script Signed-off-by: Adam Warner --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 37145fb..a3f9409 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python install: -- pip install mkdocs-material +- pip install mkdocs-material markdown-include script: - mkdocs build --verbose --clean deploy: