Make love global writable

This commit is contained in:
Robin Wellner 2016-02-23 14:32:36 +01:00
parent 9aabbdbf0e
commit 95e58fb654

View File

@ -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: