From a90ec38133a131073b2a5a86f3072605daafb554 Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Mon, 11 Sep 2017 15:39:09 +0300 Subject: Update luacov-coveralls deps installation in .travis.yml --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f4edf01..38086ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,11 +13,10 @@ before_install: - pip install --user cpp-coveralls hererocks - hererocks env --$LUA --luarocks latest - export PATH="$PWD/env/bin:$PATH" - - luarocks install Lua-cURL --server=https://luarocks.org/dev - luarocks install lua-path - - luarocks install lua-cjson + - luarocks install dkjson - luarocks install luacov - # install luacov-coveralls, but avoids installing luafilesystem + # install luacov-coveralls, but avoid installing luafilesystem - luarocks install luacov-coveralls --server=https://luarocks.org/dev --deps-mode=none install: -- cgit v1.2.3-55-g6feb