Skip to content

Commit

Permalink
travis deploy on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed Jan 31, 2018
1 parent 68fd7cf commit f12608e
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 @@ -18,7 +18,7 @@ script:
jobs:
include:
- stage: deploy
if: branch = master AND tag IS present
if: tag IS present
script: echo "Deploying..."
node_js: '8'
deploy:
Expand Down

0 comments on commit f12608e

Please sign in to comment.