summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-04 16:32:26 +0200
committerraveit65 <[email protected]>2020-04-04 16:32:26 +0200
commitc9a76a9dab6a2193b967ae5d350d07b073a9f963 (patch)
tree8db975abab10307ee999f52898cd460ae789740f
parent92f36fa35ff4e29137f0b510120784d0a111feae (diff)
downloadatril-c9a76a9dab6a2193b967ae5d350d07b073a9f963.tar.bz2
atril-c9a76a9dab6a2193b967ae5d350d07b073a9f963.tar.xz
CI: update build environment
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0b0b047b..678ce493 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,6 +21,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.*$"