Update .travis.yml

This commit is contained in:
Tim Sarbin 2019-11-02 15:04:23 -04:00
parent 8130aac0f6
commit e15cea98c6
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ git:
notifications:
email: false
deploy:
if: tag IS present AND TRAVIS_PULL_REQUEST=false
if: tag IS present
provider: releases
api_key:
secure: "$GithubApi"