summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2020-04-05 11:43:32 +0800
committerraveit65 <[email protected]>2022-07-20 23:46:23 +0200
commit7921b10bae06de2ed2730791b63e5cc4e25b072b (patch)
tree5d4692df40fcba535469dbd1d2dc395e0a247aba
parent6219af8cbcef20a49928288b4daba5cd4d7d359b (diff)
downloadcaja-7921b10bae06de2ed2730791b63e5cc4e25b072b.tar.bz2
caja-7921b10bae06de2ed2730791b63e5cc4e25b072b.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 5b3deda8..3304ed09 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.*$"