From 9ef72b881002763e0b85d64e48aa73c7a330ef73 Mon Sep 17 00:00:00 2001 From: Shakil Thakur Date: Sat, 26 May 2018 20:18:08 -0500 Subject: [PATCH] update travis to run lua 5.2/5.3 (#16) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 24f917b..e417a40 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ before_install: install: - luarocks install busted - - luarocks install lua-cjson + - luarocks install lua-cjson2 # the official repo doesn't run under lua 5.2/5.3 anymore... - luarocks install luacov - luarocks install luacov-coveralls