Skip to content

Commit

Permalink
Publish package via travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgmer committed Oct 30, 2016
1 parent e498567 commit a5571ae
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .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

0 comments on commit a5571ae

Please sign in to comment.