Skip to content

Commit

Permalink
Merge pull request #113 from ColinEberhardt/ci-releases
Browse files Browse the repository at this point in the history
Added npm deploy when tags are pushed
  • Loading branch information
ColinEberhardt committed Aug 18, 2015
2 parents f85393f + eef605c commit ee6cf71
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,13 @@ before_install:
addons:
apt:
packages:
- gcc
- gcc

deploy:
provider: npm
email: ceberhardt@scottlogic.com
api_key:
secure: Vc9fsS/InXhvF8b3OIK5iTCRRB4ajUP73E5ObLiFYskVTCb5tLbl8rdYElV/uE2LF3Dw3SE9OyAARFPtkbUcmJ3A6YibEx5eKlPjWJZ8P0Pe85ap9XjopZzHzqpu+8kvZIPIQKUyisrD6RCRQdudT2uZKg2jvyvRwjnNVlVye4M=
on:
tags: true
branch: master

0 comments on commit ee6cf71

Please sign in to comment.