Skip to content

Commit c3a4e7e

Browse files
committed
Remove npm publishing via travis, won't work with 2FA. Also remove xvfb, chrome is running headless
1 parent 1a59a12 commit c3a4e7e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.travis.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,3 @@ language: node_js
22
sudo: true
33
node_js:
44
- 9.8
5-
env:
6-
- DISPLAY=:99.0
7-
before_script:
8-
- sh -e /etc/init.d/xvfb start
9-
deploy:
10-
provider: npm
11-
email: christoph.burgmer@gmail.com
12-
api_key:
13-
secure: TxyrJX17vROKy5EMmpQdg161KnFbaesJ4cfKBvEUj8l5c7nfaUFDJm5E122b2st8X+X9e062K9PKLR6qcPBOMrjGMBrm2eLL9ABF0Ulsd93GhiZxmWnoXkitYonK7w7y6zjAzNPunOPJlHzjN1f+BW07YFFPtDtIgVExc5jFR5M=
14-
on:
15-
tags: true
16-
repo: cburgmer/rasterizeHTML.js
17-
all_branches: true

0 commit comments

Comments
 (0)