diff --git a/.travis.yml b/.travis.yml index cda0efc08..903784589 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,9 @@ before_script: branches: only: - master +deploy: + provider: npm + api_key: '${NPM_TOKEN}' + skip_cleanup: true + on: + tags: true