Add a Travis environment for MkDocs

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
This commit is contained in:
VirtualTam 2018-06-26 22:19:21 +02:00
parent c429f28ad4
commit c1503307ce
1 changed files with 9 additions and 0 deletions

View File

@ -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: