Skip to content

Commit

Permalink
building only on tags now
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Sep 21, 2019
1 parent 9c338ee commit fd8b0c5
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: 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 Down

0 comments on commit fd8b0c5

Please sign in to comment.