This is an automated email from the ASF dual-hosted git repository.
chetanm 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 0d082e2 add php 7.3 to travis publish (#47)
0d082e2 is described below
commit 0d082e27516151acf6ac61eb83f6dc9ac9629d22
Author: Carlos Santana <[email protected]>
AuthorDate: Thu Dec 13 04:39:27 2018 -0800
add php 7.3 to travis publish (#47)
---
.travis.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 307a5d0..e5427be 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,6 +36,11 @@ deploy:
on:
branch: master
repo: apache/incubator-openwhisk-runtime-php
+ - provider: script
+ script: "./tools/travis/publish.sh openwhisk 7.3 latest"
+ on:
+ branch: master
+ repo: apache/incubator-openwhisk-runtime-php
env:
global:
- secure:
AJZRyRO/ZkStfywAZVN8bk1YmQLHOTD37QdjBsw77CdqnW9Y+a7V3+wZD3W+obQrEhNR9spkKlMh+biE2HFoRwr/AZ3Pl0frzhlyzZXaLUgJMK7wfQzuFVVgjODs4ld2PrJRv5LibFwco9cosDYHe9xlqQ+/Yg/QaWZPK0rBS1UFBxHh1cOcIJ0N80vDXgZbqmH9nuE7W5GvNGzDg9p16w+u48a6UF7UVzf+RU/uR13q7LrAq/FD7dtdiHpamIw4MiGWhW/GZQrwZpzovfGFr365uEVWu+ssQJld+sbeVoN9ED6kOrfYTFg+l7+8cvjhkZ9LUWELK/zVFCu4wYmuhk6utUreBD5rzsfVQmt0Ups7ANIqVS0874CW6WdxO+wPx5Me5k3azXbLgk6mPt4hL0+nlUZ1ycP2rEN/RnL2r8UJAN3vdvL1nXrTTulwNLwS8U3Lc+4yEV+YHQR9c9pYdw3VPx1vNVjE
[...]