Skip to content

Commit 2fdaa21

Browse files
committed
Update .travis.yml
1 parent 5bd68e4 commit 2fdaa21

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.travis.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ cache:
77
- node_modules
88
script:
99
- npm run demo
10-
# - npm run build
11-
# deploy:
12-
# provider: npm
13-
# email: supermanchc@gmail.com
14-
# on:
15-
# tags: true
16-
# branch: master
10+
- npm run build
11+
deploy:
12+
provider: npm
13+
email: supermanchc@gmail.com
14+
api_key: $NPM_TOKEN
15+
on:
16+
tags: true
17+
branch: master

0 commit comments

Comments
 (0)