Skip to content

Commit

Permalink
[travis] Omit release stage completely if there's no tag
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k committed Aug 29, 2018
1 parent 8f9df58 commit d1b1a5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ after_success:
stages:
- lint
- test
- release
- name: release
if: tag IS present

jobs:
include:
Expand Down

0 comments on commit d1b1a5d

Please sign in to comment.