Skip to content

Commit

Permalink
chore(build): update build for 4.x.x release candidates
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Dec 6, 2017
1 parent 5968ea0 commit 7b9ab2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ deploy:
skip_cleanup: true
on:
tags: true
branch: master
branch: 4.x.x
node: '6'
- provider: npm
email: pact-foundation@googlegroups.com
Expand All @@ -41,12 +41,12 @@ deploy:
skip_cleanup: true
on:
tags: true
branch: master
branch: 4.x.x
node: '6'
- provider: script
skip_cleanup: true
script: npm publish dist --access public
on:
branch: master
branch: 4.x.x
tags: true
node: '6'

0 comments on commit 7b9ab2a

Please sign in to comment.