Add a Travis environment for MkDocs
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
This commit is contained in:
parent
c429f28ad4
commit
c1503307ce
1 changed files with 9 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue