Added npm deploy when tags are pushed
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -10,4 +10,13 @@ before_install:
|
|||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- gcc
|
- gcc
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
provider: npm
|
||||||
|
email: ceberhardt@scottlogic.com
|
||||||
|
api_key:
|
||||||
|
secure: Vc9fsS/InXhvF8b3OIK5iTCRRB4ajUP73E5ObLiFYskVTCb5tLbl8rdYElV/uE2LF3Dw3SE9OyAARFPtkbUcmJ3A6YibEx5eKlPjWJZ8P0Pe85ap9XjopZzHzqpu+8kvZIPIQKUyisrD6RCRQdudT2uZKg2jvyvRwjnNVlVye4M=
|
||||||
|
on:
|
||||||
|
tags: true
|
||||||
|
branch: master
|
Reference in New Issue
Block a user