diff --git a/.travis.yml b/.travis.yml index 14cff0a..194ba7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,7 +52,7 @@ before_script: - luarocks show luafilesystem > /dev/null 2>&1 || luarocks install luafilesystem - luarocks show dkjson > /dev/null 2>&1 || luarocks install dkjson --deps-mode=none - luarocks show luarocks-fetch-gitrec > /dev/null 2>&1 || luarocks install luarocks-fetch-gitrec - - 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 + - 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 - luarocks show pegasus > /dev/null 2>&1 || luarocks install pegasus http.parser --server=http://luarocks.org/manifests/moteus - luarocks show pegasus-router > /dev/null 2>&1 || luarocks install pegasus-router diff --git a/appveyor.yml b/appveyor.yml index 7ef05bb..33e885c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -60,7 +60,7 @@ before_test: - luarocks show luafilesystem >nul 2>&1 || luarocks install luafilesystem - luarocks show lua-path >nul 2>&1 || luarocks install lua-path - luarocks show luarocks-fetch-gitrec > /dev/null 2>&1 || luarocks install luarocks-fetch-gitrec - - 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 + - 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 - luarocks show pegasus >nul 2>&1 || luarocks install pegasus http.parser --server=http://luarocks.org/manifests/moteus - luarocks show pegasus-router >nul 2>&1 || luarocks install pegasus-router diff --git a/test/deps/lua-http-parser-v2.7-1.rockspec b/test/deps/lua-http-parser-2.7-1.rockspec similarity index 97% rename from test/deps/lua-http-parser-v2.7-1.rockspec rename to test/deps/lua-http-parser-2.7-1.rockspec index 6df5be0..5edc3c2 100644 --- a/test/deps/lua-http-parser-v2.7-1.rockspec +++ b/test/deps/lua-http-parser-2.7-1.rockspec @@ -1,7 +1,7 @@ #!/usr/bin/env lua package = 'lua-http-parser' -version = 'v2.7-1' +version = '2.7-1' source = { url = 'gitrec+https://github.com/brimworks/lua-http-parser' }