summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2020-11-04 23:12:37 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2020-11-04 23:12:37 +0200
commit344ca995f6f6be2a91ff4dae5a129a72945776fb (patch)
treeda1c466ffc38ccca4371813b02242ffd29aca4e6
parent055ff7b3c722364a3d57ad63df4b19247e6287ca (diff)
downloadpysaml2-344ca995f6f6be2a91ff4dae5a129a72945776fb.tar.gz
Revert "Fix travis warning"
There seems to be a problem with Travis and the handling of 'skip_cleanup' and 'cleanup'. > Preparing deploy > > Cleaning up git repository with `git stash --all`. If you need build artifacts for > deployment, set `deploy.skip_cleanup: true`. See > https://docs.travis-ci.com/user/deployment#Uploading-Files-and-skip_cleanup. > > Saved working directory and index state WIP on (no branch): ... This reverts commit 239c7a93d649a9dea171102406014a7d5113cf95.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4e33fa1c..e036c5fb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -68,7 +68,7 @@ jobs:
- provider: pypi
distributions: sdist bdist_wheel
server: "https://test.pypi.org/legacy/"
- cleanup: false
+ skip_cleanup: true
username: "__token__"
password: "$PYPI_PRE_RELEASE_TOKEN"
on: