From 39a76575c62a90cd4e5fd16b7f71c252789a39de Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 4 Apr 2020 16:08:08 +0200 Subject: CI: update build environments --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 84ed1ba..22abe42 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