Skip to content

Commit

Permalink
Switched travis to only deploy on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Nov 9, 2019
1 parent 357c6ca commit 6278c69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: false
tags: true
branch: andover
condition: "$BUILD_CONDA = YES"
# Deploy docs to Github Pages
- provider: script
script: bash ci/build_docs.sh
on:
repo: sharppy/SHARPpy
tags: false
tags: true
branch: andover
condition: "$BUILD_DOCS = YES"
# Deploy the code to PyPI
Expand All @@ -81,6 +81,6 @@ deploy:
on:
repo: sharppy/SHARPpy
tags: true
branch: andover-off
branch: andover
condition: "$BUILD_CONDA = YES"

0 comments on commit 6278c69

Please sign in to comment.