summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-05 13:43:55 +0200
committerraveit65 <[email protected]>2020-04-05 13:43:55 +0200
commit233b39eb2daa085957186d2c835047f70f4f9ab9 (patch)
tree6cf9fd0c4d989cd5bc2783d403b1126e932a80dd
parent411c4c25436c03a2b11b764fcb8d91b19c3b4d86 (diff)
downloadcaja-233b39eb2daa085957186d2c835047f70f4f9ab9.tar.bz2
caja-233b39eb2daa085957186d2c835047f70f4f9ab9.tar.xz
[ci] avoid deprecated skip_cleanup
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 60cd8212..976a7ae4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,8 +22,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.*$"