From d38daa14f8eb4a2776a6c689b121b157d3a9525e Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 4 Apr 2020 12:33:56 +0200 Subject: CI: update build environment --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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.*$" -- cgit v1.2.1