forgot to add cjson to travis yml file

This commit is contained in:
FourierTransformer 2016-03-14 20:15:16 -05:00
parent 864e3e6a1a
commit 1dd41ce025

View File

@ -15,6 +15,7 @@ before_install:
install: install:
- luarocks install busted - luarocks install busted
- luarocks install lua-cjson
- luarocks install luacov - luarocks install luacov
- luarocks install luacov-coveralls - luarocks install luacov-coveralls