summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-05 13:25:32 +0200
committerraveit65 <[email protected]>2020-04-05 13:25:32 +0200
commite26d7c6ec27105d4d2b3074d4bb1d68340a99135 (patch)
tree4f4c259167c3369f7518d4f34b79de8f58020e26
parent00b4088fe4a8cc64155e4003a25a76a5830e62b9 (diff)
downloadmate-desktop-e26d7c6ec27105d4d2b3074d4bb1d68340a99135.tar.bz2
mate-desktop-e26d7c6ec27105d4d2b3074d4bb1d68340a99135.tar.xz
ci: avoid deprecated skip_cleanup
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index dd3043d..af61735 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,9 +27,9 @@ script:
deploy:
- provider: pages
+ edge: true
token: $GITHUB_TOKEN
keep_history: false
- skip_cleanup: true
committer_from_gh: true
target_branch: gh-pages
local_dir: html-report
@@ -38,8 +38,8 @@ deploy:
all_branches: true
condition: ${DISTRO} =~ ^fedora.*$
- 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.*$"