diff options
| author | Peter Melnichenko <mpeterval@gmail.com> | 2017-09-11 15:39:09 +0300 |
|---|---|---|
| committer | Peter Melnichenko <mpeterval@gmail.com> | 2017-09-11 15:39:09 +0300 |
| commit | a90ec38133a131073b2a5a86f3072605daafb554 (patch) | |
| tree | 5afdb4c2761b17a10e98b561efabb26a577face8 | |
| parent | ee5942d810e2b38d59d67e547c859c19389dd72e (diff) | |
| download | luafilesystem-a90ec38133a131073b2a5a86f3072605daafb554.tar.gz luafilesystem-a90ec38133a131073b2a5a86f3072605daafb554.tar.bz2 luafilesystem-a90ec38133a131073b2a5a86f3072605daafb554.zip | |
Update luacov-coveralls deps installation in .travis.yml
| -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: |
