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 651affa commit bc2a5be
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: Miz/qgi5CTT/VhvfJTJY6SIy1qmWQxLCAeiPkXDYfzhOqXwpBA3bMwilqeyiuQr0QvEUWYQaR58rZ/krl890M5e8lcqUB8S2qoKMeX/gqNSp7yOapk9nynCVUVZoLvGxm74vFI1A8lL19lCGxYBylf+bCx57wkdiiBMhnPBjrNQ=
on:
tags: true
all_branches: true
condition: "$TRAVIS_TAG =~ ^v[0-9]+\\.[0-9]+\\.[0-9]+"

0 comments on commit bc2a5be

Please sign in to comment.