From 5ca1278184207cbd231b958b30ba2cc31d05ac5c Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Tue, 19 Sep 2017 20:10:06 +0200 Subject: enforce the no use of global --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 5628fd1..df83e88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,8 +21,8 @@ before_install: install: - luarocks install luacheck -script: - - luacheck --codes --std=max *.lua +script: + - luacheck --codes --std=max *.lua --ignore 211/_ENV - lua valua-test.lua after_success: -- cgit v1.2.3-54-g00ecf