diff options
author | VirtualTam <virtualtam+github@flibidi.net> | 2018-06-28 12:52:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-28 12:52:50 +0200 |
commit | d9a0b52276766604d6b3d96895ab1a79e4cd3218 (patch) | |
tree | 5b0973b5f5048aeff8287a22b9fcc806673e7197 /.travis.yml | |
parent | c429f28ad46e6fa7472324e9ce81da01f55d8c9a (diff) | |
parent | 87f14312470ca51b936896b41413c96edfe3b18f (diff) | |
download | Shaarli-d9a0b52276766604d6b3d96895ab1a79e4cd3218.tar.gz Shaarli-d9a0b52276766604d6b3d96895ab1a79e4cd3218.tar.zst Shaarli-d9a0b52276766604d6b3d96895ab1a79e4cd3218.zip |
Merge pull request #1167 from virtualtam/mkdocs
Improve Mkdocs build process, fix formatting issues
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: |