diff options
author | Wu Xiaotian <[email protected]> | 2020-04-05 11:43:32 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-05 13:31:26 +0200 |
commit | 5df5b35965d1bc743a5eb0f8b1183d0a3c8d567a (patch) | |
tree | 423fc7857c53f5af27fdeeb629b74958efb63584 | |
parent | 6da2c1eb2ce818ff109617c7260c9bbc88db2410 (diff) | |
download | caja-5df5b35965d1bc743a5eb0f8b1183d0a3c8d567a.tar.bz2 caja-5df5b35965d1bc743a5eb0f8b1183d0a3c8d567a.tar.xz |
[ci] avoid deprecated skip_cleanup
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index c7a6eb38..bde1d3b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,9 +27,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 @@ -38,8 +38,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.*$" |