Skip to content

Commit

Permalink
testing if branch condition is causing travis not to build to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Kovner committed Dec 28, 2018
1 parent c8858f5 commit 8b476c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ after_success:
jobs:
include:
- stage: deploy-dev
if: (branch = develop) && (tag IS present) && (tag =~ /^v(\d+!)?\d+(\.\d+)*((a|b|rc)\d+)?(\.post\d+)?(\.dev\d+)$/)
if: (tag IS present) && (tag =~ /^v(\d+!)?\d+(\.\d+)*((a|b|rc)\d+)?(\.post\d+)?(\.dev\d+)$/)
python: "3.6"
before_deploy:
- build_scripts/add_version
Expand Down

0 comments on commit 8b476c4

Please sign in to comment.