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-go.git


The following commit(s) were added to refs/heads/master by this push:
     new 69d74ae  skip clean up for travis deploy (#29)
69d74ae is described below

commit 69d74ae3a6e1b2969805ae3763c00987b58c040a
Author: Carlos Santana <[email protected]>
AuthorDate: Wed May 9 01:54:37 2018 -0400

    skip clean up for travis deploy (#29)
---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 9061cac..72184fc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,17 +30,20 @@ script:
 after_failure: cat .gogradle/reports/test/index.html
 deploy:
 - provider: script
+  skip_cleanup: true
   script: "./tools/travis/publish.sh openwhisk ${TRAVIS_TAG%@*} 
${TRAVIS_TAG##*@}"
   on:
     tags: true
     all_branches: true
     repo: apache/incubator-openwhisk-runtime-go
 - provider: script
+  skip_cleanup: true
   script: "./tools/travis/publish.sh openwhisk actionProxyLoop master"
   on:
     branch: master
     repo: apache/incubator-openwhisk-runtime-go
 - provider: script
+  skip_cleanup: true
   script: "./tools/travis/publish.sh openwhisk golang1.10 master"
   on:
     branch: master

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to