diff options
author | Pablo Barciela <[email protected]> | 2020-04-05 13:18:13 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-05 13:29:45 +0200 |
commit | 89e808613236640607615fa09106a22a3f4ea0da (patch) | |
tree | 8b3d07dd1a1da5aa2b492a87db68ccd0342e7114 | |
parent | 2f5fca971ec864d77690ca575e8ad76d6a1d5584 (diff) | |
download | engrampa-89e808613236640607615fa09106a22a3f4ea0da.tar.bz2 engrampa-89e808613236640607615fa09106a22a3f4ea0da.tar.xz |
Travis CI: avoid deprecated skip_cleanup
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 26b0935..31ef220 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,8 +21,8 @@ script: deploy: - provider: script + edge: true script: ./docker-build --verbose --config .build.yml --release github - skip_cleanup: true on: tags: true condition: "${TRAVIS_TAG} =~ ^v.*$ && ${DISTRO} =~ ^fedora.*$" |