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/03 15:58:55 UTC

[openwhisk-apigateway] branch scope-fixes updated: 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 scope-fixes
in repository https://gitbox.apache.org/repos/asf/openwhisk-apigateway.git


The following commit(s) were added to refs/heads/scope-fixes by this push:
     new 119bc6e  feat(ci): check for lua global scope problems
119bc6e is described below

commit 119bc6e5e3693300cff20f8c02515014ac38e414
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