summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-05 14:55:05 +0200
committerPablo Barciela <[email protected]>2020-04-05 16:08:51 +0200
commit153121b9b7ba8b3a7fbff522ed380c5657c67d74 (patch)
tree2be6bd1f7668e711e203238974a05b940606aafb /.travis.yml
parent04fd1e7fcb1fe5ddd5f086e405cbe5e754ca2003 (diff)
downloadpluma-153121b9b7ba8b3a7fbff522ed380c5657c67d74.tar.bz2
pluma-153121b9b7ba8b3a7fbff522ed380c5657c67d74.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 678ce493..af6b1130 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.*$"