Skip to content

Commit

Permalink
ok so does this work or not
Browse files Browse the repository at this point in the history
  • Loading branch information
qwertyquerty committed Aug 29, 2019
1 parent b9b1178 commit 784640f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 784640f

Please sign in to comment.