diff options
-rw-r--r-- | .travis.yml | 5 |
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: | |||
13 | - pip install --user cpp-coveralls hererocks | 13 | - pip install --user cpp-coveralls hererocks |
14 | - hererocks env --$LUA --luarocks latest | 14 | - hererocks env --$LUA --luarocks latest |
15 | - export PATH="$PWD/env/bin:$PATH" | 15 | - export PATH="$PWD/env/bin:$PATH" |
16 | - luarocks install Lua-cURL --server=https://luarocks.org/dev | ||
17 | - luarocks install lua-path | 16 | - luarocks install lua-path |
18 | - luarocks install lua-cjson | 17 | - luarocks install dkjson |
19 | - luarocks install luacov | 18 | - luarocks install luacov |
20 | # install luacov-coveralls, but avoids installing luafilesystem | 19 | # install luacov-coveralls, but avoid installing luafilesystem |
21 | - luarocks install luacov-coveralls --server=https://luarocks.org/dev --deps-mode=none | 20 | - luarocks install luacov-coveralls --server=https://luarocks.org/dev --deps-mode=none |
22 | 21 | ||
23 | install: | 22 | install: |