| commit | e42fc976207fba1551071b5e952a17358455fb9b | [log] [tgz] |
|---|---|---|
| author | Carlos Santana <csantana@us.ibm.com> | Sun Oct 08 21:39:25 2017 -0400 |
| committer | Carlos Santana <csantana@us.ibm.com> | Sun Oct 08 21:39:25 2017 -0400 |
| tree | 3be81286a7565eba2bf4e7cc4b609763a52ba4d4 | |
| parent | 5202d0c59d3209da237d02d07f9badff7d6e8c4f [diff] |
update travis prefix to openwhisk
diff --git a/.travis.yml b/.travis.yml index 31031d4..746b1a5 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -12,7 +12,7 @@ - "./tools/travis/build.sh && ./tools/travis/deploy.sh && ./tools/travis/test.sh" deploy: - provider: script - script: "./tools/travis/publish.sh csantanapr ${TRAVIS_TAG%@*} ${TRAVIS_TAG##*@}" + script: "./tools/travis/publish.sh openwhisk ${TRAVIS_TAG%@*} ${TRAVIS_TAG##*@}" on: tags: true all_branches: true