From b9b11786539783b21906983155acbb6fc73a6e76 Mon Sep 17 00:00:00 2001 From: qwerty Date: Thu, 29 Aug 2019 18:23:36 -0500 Subject: [PATCH] t --- .travis.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.travis.yml b/.travis.yml index af2f16bf90f..b7f97bf4ea4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,20 +72,3 @@ 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