aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2018-06-26 22:19:21 +0200
committerVirtualTam <virtualtam@flibidi.net>2018-06-26 22:19:21 +0200
commitc1503307cea85531e8a8942f1b279f473c206115 (patch)
treeccab39b2ae43b31918db61846605f3f41ceaeb95 /.travis.yml
parentc429f28ad46e6fa7472324e9ce81da01f55d8c9a (diff)
downloadShaarli-c1503307cea85531e8a8942f1b279f473c206115.tar.gz
Shaarli-c1503307cea85531e8a8942f1b279f473c206115.tar.zst
Shaarli-c1503307cea85531e8a8942f1b279f473c206115.zip
Add a Travis environment for MkDocs
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index eee1ca74..cb81846f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,6 +28,15 @@ matrix:
28 - yarn run build # Just to be sure that the build isn't broken 28 - yarn run build # Just to be sure that the build isn't broken
29 - make eslint 29 - make eslint
30 - make sasslint 30 - make sasslint
31 - language: python
32 python: 3.6
33 cache:
34 directories:
35 - $HOME/.cache/pip
36 install:
37 - pip install mkdocs
38 script:
39 - mkdocs build --clean
31 40
32cache: 41cache:
33 directories: 42 directories: