From 7db9ba7e7a949bd01c8d0afb4b0b406e5579c04d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geir=20G=C3=A5sodden?= Date: Tue, 5 Feb 2019 17:08:28 +0100 Subject: [PATCH] deploy to npm from travis (ignore) --- .travis.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1cbf426..03f509d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,11 @@ language: node_js node_js: - "8" after_success: - - npm run coveralls \ No newline at end of file + - npm run coveralls +deploy: + provider: npm + email: $NPM_EMAIL + api_key: $NPM_TOKEN + on: + tags: true + branch: master \ No newline at end of file