From e849c6a112ec25220ac35d80e46ee4976a0465e9 Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Fri, 19 Jun 2020 21:30:18 +0200 Subject: [PATCH] Fix Travis warnings --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e142c17e..268f292c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,10 +18,10 @@ git: deploy: provider: releases - api_key: $DEPLOY_TOKEN_SECURE + token: $DEPLOY_TOKEN_SECURE file: dist/roave-backward-compatibility-check.phar # do not skip cleanup: if the repo is cleaned up when deploying, then the phar is gone as well. - skip_cleanup: true + cleanup: false on: tags: true