Skip to content

Commit

Permalink
invert deploy condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Flamm committed Jun 9, 2017
1 parent 6f807da commit 77cd8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ deploy:
tags: true
repo: leflamm/afpre
branch: master
condition: -z "${TRAVIS_TAG}"
condition: ! -z "${TRAVIS_TAG}"

0 comments on commit 77cd8c8

Please sign in to comment.