diff --git a/.travis.yml b/.travis.yml index 4ebe283f..4995bc86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,7 +60,7 @@ deploy: script: bash ci/deploy_conda.sh on: repo: sharppy/SHARPpy - tags: true + tags: false branch: andover condition: "$BUILD_CONDA = YES" # Deploy docs to Github Pages @@ -68,7 +68,7 @@ deploy: script: bash ci/build_docs.sh on: repo: sharppy/SHARPpy - tags: true + tags: false branch: andover condition: "$BUILD_DOCS = YES" # Deploy the code to PyPI