Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 12c37bc

Browse files
committed
chore(travis): add npm deploy
1 parent 3fd1e2d commit 12c37bc

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ addons:
1818
before_script:
1919
- export DISPLAY=:99.0
2020
- sh -e /etc/init.d/xvfb start
21-
- npm install --quiet -g gulp
21+
- npm install --quiet -g gulp
2222

2323
script: "gulp test"
2424

2525
after_success:
26-
- "gulp docs"
26+
- "gulp docs"
2727

2828
deploy:
2929
skip_cleanup: true
@@ -33,7 +33,11 @@ deploy:
3333
all_branches: true
3434
# on:
3535
# tags: true
36-
36+
provider: npm
37+
api_key:
38+
secure: AUjI1lAZofXXFN2/CH497TN1hqm+fAUXKJCBjxmd0xiSrNUgMZqjg96g5R6OU11+zFRwcuvIWKvBcjiozSbej5zaU2Eh6amrJN+cM4cfLf4ljAdnHPGs4divlFchbqX1ThNQsLfC/dZZCVBo4oOvTz8l2L3LLwOYZkngQ0DoiHE=
39+
on:
40+
tags: true
3741
sudo: false
3842

3943
git:

0 commit comments

Comments
 (0)