Update luacov-coveralls deps installation in .travis.yml

This commit is contained in:
Peter Melnichenko
2017-09-11 15:39:09 +03:00
parent ee5942d810
commit a90ec38133

View File

@@ -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: