diff options
author | VirtualTam <virtualtam@flibidi.net> | 2018-06-26 22:19:21 +0200 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2018-06-26 22:19:21 +0200 |
commit | c1503307cea85531e8a8942f1b279f473c206115 (patch) | |
tree | ccab39b2ae43b31918db61846605f3f41ceaeb95 /.travis.yml | |
parent | c429f28ad46e6fa7472324e9ce81da01f55d8c9a (diff) | |
download | Shaarli-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.yml | 9 |
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 | ||
32 | cache: | 41 | cache: |
33 | directories: | 42 | directories: |