This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-php.git
The following commit(s) were added to refs/heads/master by this push:
new 94b15e1 Tag master build as 'latest'.
94b15e1 is described below
commit 94b15e13f508523a2fd672edefe51943c48e5416
Author: Rodric Rabbah <[email protected]>
AuthorDate: Thu Jul 12 13:25:04 2018 -0400
Tag master build as 'latest'.
---
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 918d0cd..e1a824c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,12 +27,12 @@ deploy:
all_branches: true
repo: apache/incubator-openwhisk-runtime-php
- provider: script
- script: "./tools/travis/publish.sh openwhisk 7.1 master"
+ script: "./tools/travis/publish.sh openwhisk 7.1 latest"
on:
branch: master
repo: apache/incubator-openwhisk-runtime-php
- provider: script
- script: "./tools/travis/publish.sh openwhisk 7.2 master"
+ script: "./tools/travis/publish.sh openwhisk 7.2 latest"
on:
branch: master
repo: apache/incubator-openwhisk-runtime-php