summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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 eb04784d..60cd8212 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
# vim: set ts=2 sts=2 sw=2 expandtab :
dist: bionic
-sudo: required
language: shell
os: linux
services:
@@ -24,6 +23,7 @@ script:
deploy:
- provider: script
script: ./docker-build --verbose --config .build.yml --release github
+ skip_cleanup: true
on:
tags: true
condition: "${TRAVIS_TAG} =~ ^v.*$ && ${DISTRO} =~ ^fedora.*$"