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

csantanapr pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-nodejs.git


The following commit(s) were added to refs/heads/master by this push:
     new 77450a7  add to travis.yml the runtime repo to the deploy block (#62)
77450a7 is described below

commit 77450a7aff16761b2a53488c9807d7ceefe4cf40
Author: Eric Weiterman <[email protected]>
AuthorDate: Wed Jun 20 15:18:31 2018 -0400

    add to travis.yml the runtime repo to the deploy block (#62)
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 67dbb53..4950853 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,10 +39,12 @@ deploy:
     on:
       tags: true
       all_branches: true
+      repo: apache/openwhisk-incubator-runtime-nodejs
   - provider: script
     script: "./tools/travis/publish.sh openwhisk 6 master && 
./tools/travis/publish.sh openwhisk 8 master"
     on:
       branch: master
+      repo: apache/openwhisk-incubator-runtime-nodejs
 
 env:
   global:

Reply via email to