Skip to content

Commit

Permalink
Remove skip_cleanup from before_deploy stage
Browse files Browse the repository at this point in the history
Apparently `skip_cleanup: true` is not supported in `before_deploy`,
because Travis can't parse `.travis.yml` when it's there.
  • Loading branch information
justinmayer committed Jul 19, 2019
1 parent 57a20ca commit dc4a21d
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 @@ -7,7 +7,6 @@ install:
- poetry install
script: pytest
before_deploy:
skip_cleanup: true
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then travis_terminate 0; fi'
- pip install githubrelease
- pip install --pre autopub
Expand Down

0 comments on commit dc4a21d

Please sign in to comment.