Skip to content

Commit

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

0 comments on commit f68a7b0

Please sign in to comment.