From a5571ae53906e1ca1effa32a5a7f97964345b6d2 Mon Sep 17 00:00:00 2001 From: Christoph Burgmer Date: Sun, 30 Oct 2016 11:58:28 +0800 Subject: [PATCH] Publish package via travis --- .travis.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6e7324c..3c9f748 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,16 @@ language: node_js node_js: - - "4.1" + - '4.1' env: - DISPLAY=:99.0 before_script: - - "sh -e /etc/init.d/xvfb start" + - sh -e /etc/init.d/xvfb start +deploy: + provider: npm + email: christoph.burgmer@gmail.com + api_key: + secure: DwvZPTBukGefW2nKdm2nk8I8Pt8MxfgwxVIRLw0E0h1AwpSO//H68MNikAEh2Tt/WH3jxB49K5V2eKxF5uU5rszZwY7Gy2VjJSbErNKoirUSA5/aAuFcIJSiFNthLT1adwLWEOrSL/kdoJ1mRj4flZtYUfnGpYgqCkx+2rA8qjs= + on: + tags: true + repo: cburgmer/csscritic + all_branches: true