From: VirtualTam Date: Tue, 26 Jun 2018 20:19:21 +0000 (+0200) Subject: Add a Travis environment for MkDocs X-Git-Tag: v0.10.0~14^2~3 X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=commitdiff_plain;h=c1503307cea85531e8a8942f1b279f473c206115 Add a Travis environment for MkDocs Signed-off-by: VirtualTam --- diff --git a/.travis.yml b/.travis.yml index eee1ca74..cb81846f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,15 @@ matrix: - yarn run build # Just to be sure that the build isn't broken - make eslint - make sasslint + - language: python + python: 3.6 + cache: + directories: + - $HOME/.cache/pip + install: + - pip install mkdocs + script: + - mkdocs build --clean cache: directories: