diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..fabba7d33 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +language: python +install: +- pip install mkdocs mkdocs-material +script: +- mkdocs build --verbose --clean --strict +deploy: + provider: pages + skip_cleanup: true + github_token: $GITHUB_TOKEN + local_dir: site + on: + branch: master