diff options
author | Wu Xiaotian <[email protected]> | 2020-04-05 12:19:05 +0800 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-05 13:39:10 +0200 |
commit | b73dd77b847c692e9718d798b021c2cf552bd66e (patch) | |
tree | 82508a1c0a76a5e1cbd795c4eab56f62c90f11cc /.travis.yml | |
parent | 1cd7aa0505ca4ec943ffbe651f1d329a02106e9d (diff) | |
download | atril-b73dd77b847c692e9718d798b021c2cf552bd66e.tar.bz2 atril-b73dd77b847c692e9718d798b021c2cf552bd66e.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 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.*$" |