From 9a49d0d6d008cbae39b9c468725c05a0107381d7 Mon Sep 17 00:00:00 2001 From: Matthias Reitinger Date: Sat, 3 Oct 2020 22:12:31 +0200 Subject: [PATCH] Fix deprecated Travis config keys * root: deprecated key sudo (The key `sudo` has no effect anymore.) * deploy: deprecated key skip_cleanup (not supported in dpl v2, use cleanup) --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 29d2c0f..da74e7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,8 +52,6 @@ matrix: rust: 1.36.0 env: TARGET=x86_64-apple-darwin -sudo: required - before_install: - ci/before_install.bash @@ -94,7 +92,7 @@ deploy: - $PROJECT_NAME-$TRAVIS_TAG-$TARGET.* - $PROJECT_NAME*.deb # don't delete artifacts from previous stage - skip_cleanup: true + cleanup: false on: # deploy only if we push a tag tags: true