Skip to content

Commit 413f212

Browse files
committed
yet another attempt to deploy with travis (changed api key)
Former-commit-id: 63c7bc626b39faf2d8f1ffacc65100376fba1b4c [formerly a01345f] Former-commit-id: 4cb77ecce7eaf86e0d4d3de012d5ba9dc7280acf
1 parent 299e21c commit 413f212

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@ language: node_js
22
node_js:
33
- stable
44
before_install:
5-
- npm install -g npm@'>=2.13.5'
65
- npm install npm-prepublish
7-
- ./node_modules/npm-prepublish/bin/npm-prepublish.js --verbose
6+
- "./node_modules/npm-prepublish/bin/npm-prepublish.js --verbose"
87
before_deploy:
98
- npm run build
109
deploy:
1110
provider: npm
1211
1312
api_key:
14-
secure: KOag4ahg5GPAuq3/BI7ighqz+EyVu/XQwmhZgZB6cQMqp946IxlvEn7RYNjbIbIST7BGZHA84v8VMAK93maRMb9yvNydsQZmlLi4Wpg2VIg5Vi4e9C+gXwbLMBK/UQQYMa4eamGzwOdVByv86jBwVnwaTJ2dFY9fSGzL5ciC5q0=
13+
secure: Kyueij9xNpWjN+ASR0yBuSnNUOH+Z4FtZNmWhrtuJ0Qp0uAemlHBizKFnFXqoMYxkMfJs6JN37DoaRuNnfi6HVKIpldWEUVwKBH744EewUBusFhd2T84zVMtElhZm0xIchcuDxUCWyaC8yFo8yucXj4C5oywmRwPSDRO4i1HHZY=
1514
on:
1615
tags: true
1716
branch: master

0 commit comments

Comments
 (0)