Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Fixed typo in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
lowell80 committed Jun 29, 2018
1 parent 3663985 commit b4513e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ deploy:
skip_cleanup: true
on:
all_branches: true
condition: $DO_RELEASE = "true"
condition: $BUILD_OSX_APP = "now"

- provider: pypi
user: lowellalleman
password:
Expand All @@ -89,7 +90,7 @@ deploy:
skip_cleanup: true
on:
all_branches: true
condition: $BUILD_OSX_APP = "now"
condition: $DO_RELEASE = "true"

notifications:
email:
Expand Down

0 comments on commit b4513e1

Please sign in to comment.