Skip to content

Commit

Permalink
fix(travis): deploy failed caused by excluding builds on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Jul 9, 2018
1 parent 07a09b4 commit 5e8a8e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ before_script:
branches:
only:
- master
- /^v\d+\.\d+.\d+$/

deploy:
provider: npm
Expand Down

0 comments on commit 5e8a8e8

Please sign in to comment.