Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keplerproject/luafilesystem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Melnichenko <mpeterval@gmail.com>2017-09-11 15:39:09 +0300
committerPeter Melnichenko <mpeterval@gmail.com>2017-09-11 15:39:09 +0300
commita90ec38133a131073b2a5a86f3072605daafb554 (patch)
tree5afdb4c2761b17a10e98b561efabb26a577face8
parentee5942d810e2b38d59d67e547c859c19389dd72e (diff)
Update luacov-coveralls deps installation in .travis.yml
-rw-r--r--.travis.yml5
1 files 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: