diff options
author | Pablo Barciela <[email protected]> | 2020-04-05 15:01:34 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-05 16:06:01 +0200 |
commit | 8efdfb488e7ff0f5ba27d49a0228c66e91f07545 (patch) | |
tree | 7e7403676a2edb946194c5c5470169daabd6f8ab | |
parent | 8774ccb1ee95bedc6de839f31a92ea0eb4872032 (diff) | |
download | python-caja-8efdfb488e7ff0f5ba27d49a0228c66e91f07545.tar.bz2 python-caja-8efdfb488e7ff0f5ba27d49a0228c66e91f07545.tar.xz |
Travis CI: avoid deprecated skip_cleanup
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 678ce49..af6b113 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,8 +20,8 @@ script: deploy: - provider: script + edge: true script: ./docker-build --verbose --config .build.yml --release github - skip_cleanup: true on: tags: true condition: "${TRAVIS_TAG} =~ ^v.*$ && ${DISTRO} =~ ^fedora.*$" |