Skip to content

Commit 4aad14f

Browse files
author
kk.shen
committed
update travis deploy
1 parent 759ac03 commit 4aad14f

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.travis.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- 'node'
4+
- node
55
script:
6-
- npm run test
6+
- npm run test
7+
deploy:
8+
provider: npm
9+
email: kkitokkito@gmail.com
10+
api_key:
11+
secure: a2rVRGFjmbd8WkOpYxb/md8vyUT+rrFAOOi/cpAcGJbkt6ekpAh6Tlo1Cxes+ImFm40FPzSPEZkq5zSmCdfSNyTsQORt4yo0oswfLJtsWrDZPjdkVCVbf1qqNAyZKZgQMUPKGjogZMiRo5drCsUqt1b+76nw75MkDgGv4sceclZnILAIHg8GcPcV+j0NmFjDiVQofKa9ujtNK03JQIN3dHvBXAOuwHxV4AIjs98UTlumr9R23AaRHnUifW+tL/hIaC8gcHxtl/re49ZJfejJnInmGjztcAlpwcmN+mxYXlxa19cwR3hF+qCTv88GVJ3uqCeCn3HPEsgDovsFfwZq47xsOx8nNcsvxKATkyhtvlK63epfyeMfg16COMEof1eY+w6ZAEVDYNFrKJ4nrlFJ0edy7vb/kW8zduNoFZ7arIGz7y9PndDkl00RUUFaUUKk5p5/3JTZr3IWW4xULfa0tsY+QVnPBCzznWl4g1GQYiM0AQDF6XWhlwRGtqau8SyERx/HLs7n6UKGDdCIEuZK4RGWIcFoL5BFo9fiAwXtJFYUeuQ/HDDK5a8T9yjrV1dRpSW6fvBwdF4TUKeH3PmeE9aco6UV2nbe4mSAL4Ot+BYoihKM99M/fWMi8B6BFcI5n7Hb6MDJDN8Cy3s9s0exPNcLdHPbhzwubtMg0txsoDg=
12+
on:
13+
tags: true
14+
repo: kkito/generator-node-typescript
15+
branch: master

0 commit comments

Comments
 (0)