Skip to content

Commit a5571ae

Browse files
committed
Publish package via travis
1 parent e498567 commit a5571ae

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,7 +1,16 @@
11
language: node_js
22
node_js:
3-
- "4.1"
3+
- '4.1'
44
env:
55
- DISPLAY=:99.0
66
before_script:
7-
- "sh -e /etc/init.d/xvfb start"
7+
- sh -e /etc/init.d/xvfb start
8+
deploy:
9+
provider: npm
10+
email: christoph.burgmer@gmail.com
11+
api_key:
12+
secure: DwvZPTBukGefW2nKdm2nk8I8Pt8MxfgwxVIRLw0E0h1AwpSO//H68MNikAEh2Tt/WH3jxB49K5V2eKxF5uU5rszZwY7Gy2VjJSbErNKoirUSA5/aAuFcIJSiFNthLT1adwLWEOrSL/kdoJ1mRj4flZtYUfnGpYgqCkx+2rA8qjs=
13+
on:
14+
tags: true
15+
repo: cburgmer/csscritic
16+
all_branches: true

0 commit comments

Comments
 (0)