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