0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 04:10:24 +00:00

Use Gun 1.3.0 instead of master for tests

This commit is contained in:
Loïc Hoguin 2019-03-08 16:04:55 +01:00
parent e0254cdcb0
commit 4918e271bd
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -22,7 +22,7 @@ DOC_DEPS = asciideck
TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) ct_helper gun proper
dep_ct_helper = git https://github.com/extend/ct_helper master
dep_gun = git https://github.com/ninenines/gun master
dep_gun = git https://github.com/ninenines/gun 1.3.0
# CI configuration.