diff options
author | Pablo Barciela <[email protected]> | 2020-04-05 14:58:58 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-05 16:05:33 +0200 |
commit | c6da6ded0e2b22223d6eac60df2daf65a338ac76 (patch) | |
tree | 7c7de42b78dde9f3bc0de6b66d7889af4821bc78 | |
parent | 8db949fedac34685bf07f5b7cf04178905dd1e96 (diff) | |
download | python-caja-c6da6ded0e2b22223d6eac60df2daf65a338ac76.tar.bz2 python-caja-c6da6ded0e2b22223d6eac60df2daf65a338ac76.tar.xz |
Travis 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 fb0ef1e..9bc8e0b 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.*$" |