From 828279db6a89bf90e879dbbe516a75cffc4d3bbd Mon Sep 17 00:00:00 2001 From: DD Date: Thu, 12 Oct 2017 17:10:17 -0400 Subject: [PATCH] add deploy to npm --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 92dcf7da..982144de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,3 +29,9 @@ deploy: branch: master skip_cleanup: true script: npm run --silent deploy -- -x -a -r https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git +- provider: npm + skip_cleanup: true + email: $NPM_EMAIL + api_key: $NPM_TOKEN + on: + all_branches: true \ No newline at end of file