From 2086b423fd384bcee1a98d83ff84e39ac8194a10 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Mon, 6 Apr 2020 14:24:59 +0800 Subject: [ci] avoid deprecated skip_clean --- .travis.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index d7b100c..0e38da9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,16 +25,18 @@ script: deploy: - provider: pages + edge: true github-token: $GITHUB_TOKEN - #keep-history: true - skip_cleanup: true - committer-from-gh: true - target-branch: gh-pages - local-dir: html-report + keep_history: false + committer_from_gh: true + target_branch: gh-pages + local_dir: html-report + strategy: git on: all_branches: true condition: ${DISTRO} =~ ^fedora.*$ - provider: script + edge: true script: ./docker-build --verbose --config .build.yml --release github on: tags: true -- cgit v1.2.1