Skip to content

Commit

Permalink
Remove Travis deploy condition in .travis.yml
Browse files Browse the repository at this point in the history
Remove Travis deploy condition in `.travis.yml` because the deploy
condition is already specified in the deplop job configuration.

Signed-off-by: Roald Nefs <info@roaldnefs.com>
  • Loading branch information
roaldnefs committed Jun 20, 2020
1 parent 66b5972 commit ae124de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
- python: 3.7
stage: Deploy
name: Publishing current Git tagged version of dist to PyPI
if: repo == "warpnet/salt-lint" AND tag IS present AND branch == "master" AND type NOT IN (cron, pull_request)
before_install: []
# Deploy a new release to PyPi for every new tag on the 'master' branch on the
# repository 'warpnet/salt-lint'.
Expand Down

0 comments on commit ae124de

Please sign in to comment.