Skip to content

Commit

Permalink
feat(pact-web): only deploy pact-web on tagged master
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Apr 26, 2017
1 parent 7292475 commit a66cbea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ deploy:
skip_cleanup: true
on:
tags: true
branch: master
node: '6'
- provider: npm
email: pact-foundation@googlegroups.com
Expand All @@ -44,6 +45,6 @@ deploy:
skip_cleanup: true
script: npm publish dist --access public
on:
branch: feat/pact-web
tags: false
branch: master
tags: true
node: '6'

0 comments on commit a66cbea

Please sign in to comment.