File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ before_script:
5151 - luarocks show lunitx > /dev/null 2>&1 || luarocks install lunitx
5252 - luarocks show luafilesystem > /dev/null 2>&1 || luarocks install luafilesystem
5353 - luarocks show dkjson > /dev/null 2>&1 || luarocks install dkjson --deps-mode=none
54+ - luarocks show luarocks-fetch-gitrec > /dev/null 2>&1 || luarocks install luarocks-fetch-gitrec
5455 - luarocks show lua-http-parser > /dev/null 2>&1 || luarocks install lua-http-parser || luarocks install test/deps/lua-http-parser-v2.7-1.rockspec
5556 - luarocks show pegasus > /dev/null 2>&1 || luarocks install pegasus http.parser
5657 --server=http://luarocks.org/manifests/moteus
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ before_test:
5959 - luarocks show dkjson >nul 2>&1 || luarocks install dkjson
6060 - luarocks show luafilesystem >nul 2>&1 || luarocks install luafilesystem
6161 - luarocks show lua-path >nul 2>&1 || luarocks install lua-path
62+ - luarocks show luarocks-fetch-gitrec > /dev/null 2>&1 || luarocks install luarocks-fetch-gitrec
6263 - luarocks show lua-http-parser > /dev/null 2>&1 || luarocks install lua-http-parser || luarocks install test/deps/lua-http-parser-v2.7-1.rockspec
6364 - luarocks show pegasus >nul 2>&1 || luarocks install pegasus http.parser
6465 --server=http://luarocks.org/manifests/moteus
You can’t perform that action at this time.
0 commit comments