From b73dd77b847c692e9718d798b021c2cf552bd66e Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Sun, 5 Apr 2020 12:19:05 +0800 Subject: [ci] avoid deprecated skip_cleanup --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 5f31ddce..e1bc39e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,9 +25,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 @@ -36,8 +36,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.*$" -- cgit v1.2.1