Explorar el Código

Add a Travis environment for MkDocs

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
VirtualTam hace 5 años
padre
commit
c1503307ce
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  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: