You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mh...@apache.org on 2020/08/06 21:35:52 UTC

[openwhisk-apigateway] 02/06: feat(ci): check for lua global scope problems

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 <mh...@us.ibm.com>
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