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

Update CI

This commit is contained in:
Loïc Hoguin 2016-01-15 13:48:35 +01:00
parent 3d48e58111
commit e84e06d8f9
4 changed files with 6 additions and 24 deletions

4
erlang.mk vendored
View file

@ -16,7 +16,7 @@
ERLANG_MK_FILENAME := $(realpath $(lastword $(MAKEFILE_LIST)))
ERLANG_MK_VERSION = 2.0.0-pre.2-72-g86ddfb5
ERLANG_MK_VERSION = 2.0.0-pre.2-73-g87285ad
# Core configuration.
@ -5095,7 +5095,7 @@ $(if $(filter-out -Werror,$1),\
endef
define compat_erlc_opts_to_list
[$(call comma_list,$(foreach o,$(call compat_prepare_erlc_opts,$1),$(call compat_convert_erlc_opts,$o)))]
[$(call comma_list,$(foreach o,$(call compat_prepare_erlc_opts,$1),$(call compat_convert_erlc_opts,$o)))]
endef
define compat_rebar_config