This is an automated email from the ASF dual-hosted git repository. rabbah pushed a commit to branch fix-compile-script in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-python.git
commit eef9b71216143cb4e6e31fd18d878185d8234179 Author: Rodric Rabbah <[email protected]> AuthorDate: Sat Feb 27 12:52:02 2021 -0500 Fix travis build trigger. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7c75b33..244e3a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,5 +47,5 @@ deploy: - provider: script script: "./tools/travis/publish.sh nimbella 3 nightly && ./tools/travis/publish.sh nimbella 3-ai nightly" on: - branch: dev-2020-10-10 + branch: dev repo: nimbella-corp/openwhisk-runtime-python
