Skip to content

Commit

Permalink
Fix Travis warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Jun 19, 2020
1 parent 64cf190 commit e849c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e849c6a

Please sign in to comment.