Skip to content

Commit

Permalink
Add NPM releasing from Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pahen committed Feb 12, 2019
1 parent cb02e7b commit 97f060b
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
language: node_js

node_js:
- 6
- 8
- 10

sudo: false

addons:
apt:
packages:
- graphviz

- graphviz
script:
- npm test
- npm run debug
deploy:
provider: npm
email: "patrik.henningsson@gmail.com"
api_key:
secure: nArcGw6OdS7J1bC+BuXk/2ER7z2Cc+Rjk0oBE/hoTsYo4+ry2LUzWM+nl28om5pF1xtXWwe0fb1rG4f3Ls28iHpH7E5Uz5+RfVfB4VH9w1HL4nBfLW5Ljj9J0ViQzSN1OPJ45B2lwHU8JH7N2c62FDJ5kqLn83WTGdb7Bgyau6o=
on:
tags: true

0 comments on commit 97f060b

Please sign in to comment.