summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-04 12:33:56 +0200
committerraveit65 <[email protected]>2020-04-04 13:57:24 +0200
commitd38daa14f8eb4a2776a6c689b121b157d3a9525e (patch)
tree7abc8a921741bdac65dd07781119efc2bab0ede5
parentd1007d754e576721142e0e7e1601e44c5d1c10ab (diff)
downloadcaja-d38daa14f8eb4a2776a6c689b121b157d3a9525e.tar.bz2
caja-d38daa14f8eb4a2776a6c689b121b157d3a9525e.tar.xz
CI: update build environment
-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.*$"