Skip to content

Commit

Permalink
fixing .travis.yml for the master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Mar 10, 2020
1 parent b6b5567 commit d281348
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ addons:
- github.com
- 140.82.113.4

>>>>>>> 94bac24129ca14d9699db507646ff87d0c669f2c
before_install:
- source ci/install.sh
install:
Expand Down Expand Up @@ -62,15 +61,15 @@ deploy:
on:
repo: sharppy/SHARPpy
tags: true
branch: andover
branch: master
condition: "$BUILD_CONDA = YES"
# Deploy docs to Github Pages
- provider: script
script: bash ci/build_docs.sh
on:
repo: sharppy/SHARPpy
tags: false
branch: andover
tags: true
branch: master
condition: "$BUILD_DOCS = YES"
# Deploy the code to PyPI
- provider: pypi
Expand Down

0 comments on commit d281348

Please sign in to comment.