diff options
author | Wu Xiaotian <[email protected]> | 2020-04-05 11:46:30 +0800 |
---|---|---|
committer | ZenWalker <[email protected]> | 2020-04-05 14:56:49 +0200 |
commit | 6e21e6fcc6331cb59de7d74cc63ba5856ed114fb (patch) | |
tree | 610d53bff508563ae05c86b1dce9184de320403c /.travis.yml | |
parent | 27cba832ac473a25bbc56b347bb9e5b73bcc5e61 (diff) | |
download | pluma-6e21e6fcc6331cb59de7d74cc63ba5856ed114fb.tar.bz2 pluma-6e21e6fcc6331cb59de7d74cc63ba5856ed114fb.tar.xz |
[ci] avoid deprecated skip_cleanup
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index ab0f5f1f..3ea4e804 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.*$" |