summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-05 15:01:34 +0200
committerPablo Barciela <[email protected]>2020-04-05 16:06:01 +0200
commit8efdfb488e7ff0f5ba27d49a0228c66e91f07545 (patch)
tree7e7403676a2edb946194c5c5470169daabd6f8ab /.travis.yml
parent8774ccb1ee95bedc6de839f31a92ea0eb4872032 (diff)
downloadpython-caja-8efdfb488e7ff0f5ba27d49a0228c66e91f07545.tar.bz2
python-caja-8efdfb488e7ff0f5ba27d49a0228c66e91f07545.tar.xz
Travis CI: avoid deprecated skip_cleanup
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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.*$"