Skip to content

Commit a062365

Browse files
committed
Updata CI files
1 parent a089f6b commit a062365

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff 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

appveyor.yml

+1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)