Browse Source

Add a Travis environment for MkDocs

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
VirtualTam 5 years ago
parent
commit
c1503307ce
1 changed files with 9 additions and 0 deletions
  1. 9 0
      .travis.yml

+ 9 - 0
.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: