Fix deprecations in travis.yaml
https://docs.travis-ci.com/user/reference/overview/#deprecated-virtualization-environments https://blog.travis-ci.com/2019-08-27-deployment-tooling-dpl-v2-preview-release > skip_cleanup is now deprecated, and cleanup is false by default. The default used to be true, so you had to opt out using skip_cleanup … and has been used a lot. Cleaning up the working directory from any left over build artifacts only made sense for few providers, so we have changed this default.
This commit is contained in:
parent
e00af2f73c
commit
24b04b6b70
@ -1,6 +1,5 @@
|
|||||||
dist: xenial
|
dist: xenial
|
||||||
language: python
|
language: python
|
||||||
sudo: false
|
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
python:
|
python:
|
||||||
@ -54,7 +53,7 @@ deploy:
|
|||||||
on:
|
on:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
skip_cleanup: true
|
cleanup: false
|
||||||
skip_existing: true
|
skip_existing: true
|
||||||
# - provider: pypi
|
# - provider: pypi
|
||||||
# distributions: sdist bdist_wheel
|
# distributions: sdist bdist_wheel
|
||||||
|
Loading…
Reference in New Issue
Block a user