From f420a7a8a70e36889b55b1cec89552976af042e5 Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Sun, 10 Jul 2016 02:47:04 +0300 Subject: [PATCH] CI: Correct cjson -> lua-cjson --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0fcc287..fe8fb87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ before_install: - lua -v install: - - luarocks install cjson + - luarocks install lua-cjson - luarocks install luacov-coveralls - luarocks install cluacov - luarocks install busted