diff options
author | Loïc Hoguin <[email protected]> | 2019-03-08 16:04:55 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2019-03-08 16:04:55 +0100 |
commit | 4918e271bd60e332a6dd1be10762dcb180a623fc (patch) | |
tree | 55154706dec1ebb194818e08ec967772dfa0c016 /Makefile | |
parent | e0254cdcb002d26a601d087b536d2b7e9be1f1f7 (diff) | |
download | cowboy-4918e271bd60e332a6dd1be10762dcb180a623fc.tar.gz cowboy-4918e271bd60e332a6dd1be10762dcb180a623fc.tar.bz2 cowboy-4918e271bd60e332a6dd1be10762dcb180a623fc.zip |
Use Gun 1.3.0 instead of master for tests
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |