This is an automated email from the ASF dual-hosted git repository. mhamann pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/openwhisk-apigateway.git
commit 6d5b9d18f4b6e664cd7c8e7f8be440dca67f4387 Author: Matt Hamann <[email protected]> AuthorDate: Mon Aug 3 11:58:44 2020 -0400 feat(ci): check for lua global scope problems --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 20bb704..bb140c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,6 +41,7 @@ before_install: - ./tools/travis/setup.sh script: + - ./tools/lua-releng -L -e scripts/lua/**/*.lua - make test - ./tools/travis/build.sh
