Explorar o código

Add a Travis environment for MkDocs

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
VirtualTam %!s(int64=5) %!d(string=hai) anos
pai
achega
c1503307ce
Modificáronse 1 ficheiros con 9 adicións e 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: