Skip to content

Commit

Permalink
Remove branch condition from Travis deployment
Browse files Browse the repository at this point in the history
So we can automatically deploy from release branches
  • Loading branch information
Tobotimus authored Oct 6, 2018
1 parent 4dbf279 commit 03230b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- python: 3.6.6
env: TOXENV=style

# These jobs only occur on tag creation for V3/develop if the prior ones succeed
# These jobs only occur on tag creation if the prior ones succeed
- stage: PyPi Deployment
if: tag IS present
python: 3.6.6
Expand All @@ -42,7 +42,6 @@ jobs:
skip_cleanup: true
on:
repo: Cog-Creators/Red-DiscordBot
branch: V3/develop
python: 3.6.6
tags: true
- stage: Crowdin Deployment
Expand All @@ -62,6 +61,5 @@ jobs:
skip_cleanup: true
on:
repo: Cog-Creators/Red-DiscordBot
branch: V3/develop
python: 3.6.6
tags: true

0 comments on commit 03230b6

Please sign in to comment.