This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-client-js.git


The following commit(s) were added to refs/heads/master by this push:
     new 19fdd98  travis npm publish (#84)
19fdd98 is described below

commit 19fdd98401607eff5feae4bd1078c2a76e6cd227
Author: Carlos Santana <csantan...@gmail.com>
AuthorDate: Thu Nov 9 16:15:18 2017 -0500

    travis npm publish (#84)
---
 .npmignore  |  5 +++++
 .travis.yml | 33 ++++++++++++++++++---------------
 2 files changed, 23 insertions(+), 15 deletions(-)

diff --git a/.npmignore b/.npmignore
new file mode 100644
index 0000000..c812662
--- /dev/null
+++ b/.npmignore
@@ -0,0 +1,5 @@
+tools/
+test/
+.gitignore
+.travis.yml
+CONTRIBUTIN.md
diff --git a/.travis.yml b/.travis.yml
index 3c040bf..1082c36 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,22 +1,25 @@
 language: node_js
 node_js:
-  - "6"
-
+- '6'
 sudo: required
-
 services:
- - docker
-
+- docker
 before_install:
-  - cd $TRAVIS_BUILD_DIR
-
+- cd $TRAVIS_BUILD_DIR
 install:
-  - ./tools/travis/setupscan.sh
-  - cd $TRAVIS_BUILD_DIR
-  - ./tools/travis/setup.sh
-  - cd $TRAVIS_BUILD_DIR
-
+- "./tools/travis/setupscan.sh"
+- cd $TRAVIS_BUILD_DIR
+- "./tools/travis/setup.sh"
+- cd $TRAVIS_BUILD_DIR
 script:
-  - ./tools/travis/scancode.sh
-  - cd $TRAVIS_BUILD_DIR
-  - ./tools/travis/build.sh
+- "./tools/travis/scancode.sh"
+- cd $TRAVIS_BUILD_DIR
+- "./tools/travis/build.sh"
+deploy:
+  provider: npm
+  email: apacheopenwh...@gmail.com
+  api_key:
+    secure: 
KGzgdBzEAm3hqascSOdu+V9NbTSPo+DxWblIXuAPxXhWb4s/Fej+FFd/WwHIlt8P1+n6azUcJqOACihtIe53Wvwvof4yPItBornHJifnQdSlPcjjOGPm5eldfqao4ubzx2V78yI92vwPad0KPEMvEjr2pa/ZTcsT7T67OaN89Swib2XS+pNOmTK3b8dcUOAKon6UkSz4/ssE0VLclaUwL54sEntQxhnM+OU1B5/4Ky9mwi8kkGlC9T4zS71e0kO9WKSvfMF31kpHF1EFsUHFdo8z1DsPoxD3z4oNHJCq4GOGeGUmIzGoI/WZYtod0gcCVfdE0/2JVaaegrO6jerntj90JXCX6HJgIVBUqJrOroooaniEB/oNNp8MmrNywHMRLIXNoC5mrv47KfFNB51OW6rHQVsre3rW86lpG0T5Q4B2CFZTEvGeTQbRUptiecPHuAlMc/qzR2wwzvPgyjGtDMFbeaEdvUoE
 [...]
+  on:
+    tags: true
+    repo: apache/incubator-openwhisk-client-js

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <commits@openwhisk.apache.org>'].

Reply via email to