File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ before_script:
51
51
- luarocks show lunitx > /dev/null 2>&1 || luarocks install lunitx
52
52
- luarocks show luafilesystem > /dev/null 2>&1 || luarocks install luafilesystem
53
53
- 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
54
55
- 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
55
56
- luarocks show pegasus > /dev/null 2>&1 || luarocks install pegasus http.parser
56
57
--server=http://luarocks.org/manifests/moteus
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ before_test:
59
59
- luarocks show dkjson >nul 2>&1 || luarocks install dkjson
60
60
- luarocks show luafilesystem >nul 2>&1 || luarocks install luafilesystem
61
61
- 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
62
63
- 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
63
64
- luarocks show pegasus >nul 2>&1 || luarocks install pegasus http.parser
64
65
--server=http://luarocks.org/manifests/moteus
You can’t perform that action at this time.
0 commit comments