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 cdd1f56  fix issue with travis repo mispelling (#65)
cdd1f56 is described below

commit cdd1f5637c0b8fe026293cbc81f78bf6db7cfa8c
Author: Eric Weiterman <[email protected]>
AuthorDate: Wed Jun 20 19:52:28 2018 -0400

    fix issue with travis repo mispelling (#65)
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 4950853..2c6dfd3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,12 +39,12 @@ deploy:
     on:
       tags: true
       all_branches: true
-      repo: apache/openwhisk-incubator-runtime-nodejs
+      repo: apache/incubator-openwhisk-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
+      repo: apache/incubator-openwhisk-runtime-nodejs
 
 env:
   global:

Reply via email to