diff options
author | ZenWalker <[email protected]> | 2020-04-05 05:11:27 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2020-04-05 11:11:27 +0800 |
commit | bb66a7e3f4ca9e9d7d85c5d4950ea2650781762b (patch) | |
tree | d77af012696aa4344e20422b4e251a75dd19dff3 /.travis.yml | |
parent | a763b426b55fb7d71e24381867f18ad2970e5106 (diff) | |
download | engrampa-bb66a7e3f4ca9e9d7d85c5d4950ea2650781762b.tar.bz2 engrampa-bb66a7e3f4ca9e9d7d85c5d4950ea2650781762b.tar.xz |
Travis CI: avoid deprecated skip_cleanup (#379)
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 d9416b7..c316da6 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.*$" |