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

Update OTP versions to use for CI

This commit is contained in:
Loïc Hoguin 2015-09-23 13:58:38 +02:00
parent 0ffde50991
commit 27ecd7fca1

View file

@ -10,7 +10,7 @@ PROJECT_REGISTERED = cowboy_clock
COMPILE_FIRST = cowboy_middleware cowboy_stream cowboy_sub_protocol COMPILE_FIRST = cowboy_middleware cowboy_stream cowboy_sub_protocol
PLT_APPS = public_key ssl PLT_APPS = public_key ssl
CT_OPTS += -ct_hooks cowboy_ct_hook [] # -boot start_sasl CT_OPTS += -ct_hooks cowboy_ct_hook [] # -boot start_sasl
CI_OTP = OTP-18.0.2 CI_OTP = OTP-18.0.3 OTP-18.1
# Dependencies. # Dependencies.