Skip to content

Commit dbacb63

Browse files
committed
Update CI files
1 parent a062365 commit dbacb63

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ before_script:
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
5454
- luarocks show luarocks-fetch-gitrec > /dev/null 2>&1 || luarocks install luarocks-fetch-gitrec
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+
- luarocks show lua-http-parser > /dev/null 2>&1 || luarocks install lua-http-parser || luarocks install test/deps/lua-http-parser-2.7-1.rockspec
5656
- luarocks show pegasus > /dev/null 2>&1 || luarocks install pegasus http.parser
5757
--server=http://luarocks.org/manifests/moteus
5858
- luarocks show pegasus-router > /dev/null 2>&1 || luarocks install pegasus-router

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ before_test:
6060
- luarocks show luafilesystem >nul 2>&1 || luarocks install luafilesystem
6161
- luarocks show lua-path >nul 2>&1 || luarocks install lua-path
6262
- luarocks show luarocks-fetch-gitrec > /dev/null 2>&1 || luarocks install luarocks-fetch-gitrec
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+
- luarocks show lua-http-parser > /dev/null 2>&1 || luarocks install lua-http-parser || luarocks install test/deps/lua-http-parser-2.7-1.rockspec
6464
- luarocks show pegasus >nul 2>&1 || luarocks install pegasus http.parser
6565
--server=http://luarocks.org/manifests/moteus
6666
- luarocks show pegasus-router >nul 2>&1 || luarocks install pegasus-router

test/deps/lua-http-parser-v2.7-1.rockspec renamed to test/deps/lua-http-parser-2.7-1.rockspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env lua
22

33
package = 'lua-http-parser'
4-
version = 'v2.7-1'
4+
version = '2.7-1'
55
source = {
66
url = 'gitrec+https://github.com/brimworks/lua-http-parser'
77
}

0 commit comments

Comments
 (0)