Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Deswaef <judeswae@thoughtworks.com>2018-09-26 01:21:02 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-09-26 01:21:02 +0300
commit5a2ca8e6ea16f04e946d2691d52985292f428c8e (patch)
tree483f9952a7a922a01709e9e4ae9d7a37e319614c /.travis.yml
parentd069b23f3e92c3e2573328a70502c690fab8d77b (diff)
Should deploy also to NPM on tags
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index fb2f4ae57..6e2a95dac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,12 @@ deploy:
on:
branch: master
tags: true
+ - provider: npm
+ email: $NPM_EMAIL
+ api_key: $NPM_TOKEN
+ on:
+ branch: master
+ tags: true
# blocklist
branches: