1
0
mirror of https://github.com/gluster/glusterdocs.git synced 2026-02-05 15:47:01 +01:00
Files
glusterdocs/.travis.yml
Nigel Babu 5ba15a2b41 Move us to the latest mkdocs (#400)
* Switch to latest mkdocs
* Update travis to python3.6
* Fix for the JS error
* Add themedir
* Update the template to match latest base.html
2018-08-07 09:38:21 +05:30

6 lines
116 B
YAML

language: python
python:
- "3.6"
install: "pip install -r requirements.txt"
script: mkdocs build --clean --strict