From 29d347bf5bed001ae8d8763e6af53950c190de40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 6 Aug 2018 15:16:01 +0200 Subject: Rewrite the SSE suite using Cowboy --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3f11643..53c6417 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,9 @@ dep_cowlib = git https://github.com/ninenines/cowlib 2.5.1 DOC_DEPS = asciideck -TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) ct_helper +TEST_DEPS = $(if $(CI_ERLANG_MK),ci.erlang.mk) ct_helper cowboy dep_ct_helper = git https://github.com/extend/ct_helper.git master +dep_cowboy_commit = master # CI configuration. -- cgit v1.2.3