Skip to content

Commit

Permalink
Deploy to npm via travis
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhammerl committed Jun 9, 2019
1 parent 189dc9a commit 7e9b7eb
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
language: node_js
sudo: false
node_js:
- lts/*
- lts/*
notifications:
email:
recipients:
- [email protected]
- [email protected]
- [email protected]
script:
- npm test
deploy:
provider: npm
email: [email protected]
api_key:
secure: Qh35Xp0St7jA16zqLBUkwx99YhgwOnCEHELtVhvYZ3MU+w7evQGycgUN4KKJ9iS02M2E9Xic5MeVQ6mF8WZSL9RDeck34p7TGYrYi+4EL54NvanMDJOmQaQ9kAEWN5XdYf1EgG/+GLktxl5jxGJTAY/gzGPMyCPmbdf+huREhAI=
on:
tags: true
all_branches: true
condition: "$TRAVIS_TAG =~ ^v[0-9]+\\.[0-9]+\\.[0-9]+"

0 comments on commit 7e9b7eb

Please sign in to comment.