Skip to content

Commit

Permalink
Switched tags to false on conda and docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Nov 3, 2019
1 parent b7d4076 commit 0bfa174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ 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
- provider: script
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
Expand Down

0 comments on commit 0bfa174

Please sign in to comment.