diff --git a/.travis.yml b/.travis.yml index b7f97bf4ea4..af2f16bf90f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,3 +72,20 @@ matrix: script: - tools/travis/dm.sh -DTRAVISBUILDING beestation.dme || travis_terminate 1 - tools/travis/run_server.sh + +# - name: "Generate Documentation" +# # Only run for non-PR commits to the real master branch. +# if: branch = master AND head_branch IS blank +# install: +# - tools/travis/install_spaceman_dmm.sh dmdoc +# before_script: +# # Travis checks out a hash, try to get back on a branch. +# - git checkout -qf $(git name-rev --name-only HEAD) || true +# script: +# - ~/dmdoc +# - touch dmdoc/.nojekyll +# deploy: +# provider: pages +# skip_cleanup: true +# local_dir: dmdoc +# github_token: $DMDOC_GITHUB_TOKEN