From 95e58fb654210cab7a0e18171b54aba518184277 Mon Sep 17 00:00:00 2001 From: Robin Wellner Date: Tue, 23 Feb 2016 14:32:36 +0100 Subject: [PATCH] Make love global writable --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8856955..0b131a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ install: - wget https://raw.githubusercontent.com/vrld/hump/038bc9025f1cb850355f4b073357b087b8122da9/class.lua script: - - luacheck --std max+busted bitser.lua spec --read-globals love + - luacheck --std max+busted bitser.lua spec --globals love - busted --verbose --coverage after_success: