This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-php.git.
from d5fa692 Ensure that /init cannot be called more than once (#34)
new 52b3fbc Do not write sentinels on a second init
new 6caf902 Update tests to pick up upstream changes.
new 530119d Bypass failing test.
new 9a1999a Remove unnecessary Travis steps.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 2 +-
core/php7.1Action/CHANGELOG.md | 4 +
core/php7.1Action/router.php | 6 +-
core/php7.2Action/CHANGELOG.md | 4 +
core/php7.2Action/router.php | 6 +-
tests/.pydevproject | 5 -
.../Php71ActionContainerTests.scala | 3 +
.../Php7ActionContainerTests.scala | 157 ++++++++++-----------
tools/travis/build.sh | 18 +--
tools/travis/deploy.sh | 54 -------
tools/travis/test.sh | 4 -
11 files changed, 102 insertions(+), 161 deletions(-)
delete mode 100644 tests/.pydevproject
delete mode 100755 tools/travis/deploy.sh