From 1dd41ce025a8338778bb7134edf6caf73be303c3 Mon Sep 17 00:00:00 2001 From: FourierTransformer Date: Mon, 14 Mar 2016 20:15:16 -0500 Subject: [PATCH] forgot to add cjson to travis yml file --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8320624..24f917b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ before_install: install: - luarocks install busted + - luarocks install lua-cjson - luarocks install luacov - luarocks install luacov-coveralls