Skip to content
This repository was archived by the owner on Sep 15, 2021. It is now read-only.

Commit 081a23f

Browse files
committed
feat(deploy): npm deploy using Travis
1 parent 6a6800f commit 081a23f

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.travis.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
language: node_js
22
node_js:
3-
- "0.10"
3+
- '0.10'
44
before_install:
5-
- npm install -g gulp bower
6-
- bower install
7-
- npm install
5+
- npm install -g gulp bower
6+
- bower install
7+
- npm install
88
notifications:
99
email: false
10+
deploy:
11+
provider: npm
12+
13+
api_key:
14+
secure: dBjQuYwAMqzziqwKKzntnQGKT3LLK+U/ZUuAHvemuuMYHlXcJSwO6gqBcGynGVjzUbq6ONJ4orDqSdicjJXgOXzjJ6PeP5KQzcQ4MHW2ZEnaEr/Wyu81GbwgivOmvF6kJj+7o/oLHSmrSVVXPTxxKNH+5K3CpLlzxaJmCO1UpyI=
15+
on:
16+
tags: true
17+
branch: master

0 commit comments

Comments
 (0)