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-python.git
The following commit(s) were added to refs/heads/master by this push:
new 7cdff17 Remove python 2 publish. (#48)
7cdff17 is described below
commit 7cdff17f9d442e22609da614aee947f5fb7d1a7d
Author: falkzoll <[email protected]>
AuthorDate: Thu Jan 31 15:19:30 2019 +0100
Remove python 2 publish. (#48)
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 74beae5..79b2212 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,7 +26,7 @@ deploy:
all_branches: true
repo: apache/incubator-openwhisk-runtime-python
- provider: script
- script: "./tools/travis/publish.sh openwhisk 2 latest &&
./tools/travis/publish.sh openwhisk 3 latest && ./tools/travis/publish.sh
openwhisk 3-ai latest && ./tools/travis/publish.sh openwhisk 3-loop latest"
+ script: "./tools/travis/publish.sh openwhisk 3 latest &&
./tools/travis/publish.sh openwhisk 3-ai latest && ./tools/travis/publish.sh
openwhisk 3-loop latest"
on:
branch: master
repo: apache/incubator-openwhisk-runtime-python