summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-05 20:21:34 +0200
committerraveit65 <[email protected]>2020-04-05 20:21:34 +0200
commit63aae446051dfc28c8705fc26bf0a25890a6fb07 (patch)
treed99f7961a7a66c8d986b1a0dc2a2772bdf133901
parent872567dfb7ae5454434a408c166c51574bc4f102 (diff)
downloadcaja-extensions-63aae446051dfc28c8705fc26bf0a25890a6fb07.tar.bz2
caja-extensions-63aae446051dfc28c8705fc26bf0a25890a6fb07.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 d9416b7..c316da6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,9 +26,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
@@ -37,8 +37,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.*$"