diff options
author | Loïc Hoguin <[email protected]> | 2015-07-26 11:05:19 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-07-26 11:05:19 +0200 |
commit | a997f9e38262b4cd911b95ad9352914b2898666e (patch) | |
tree | eb3773d1f2cd887f04b4b7d58a16ee3458ec3f9b /Makefile | |
parent | 8a5a3a726039992b45de9277fb1ea0e5ec840ef5 (diff) | |
download | cowboy-a997f9e38262b4cd911b95ad9352914b2898666e.tar.gz cowboy-a997f9e38262b4cd911b95ad9352914b2898666e.tar.bz2 cowboy-a997f9e38262b4cd911b95ad9352914b2898666e.zip |
Reenable later versions for CircleCI
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ ERLC_OPTS ?= -Werror +debug_info +warn_export_all +warn_export_vars \ COMPILE_FIRST = cowboy_middleware cowboy_sub_protocol CT_OPTS += -pa test -ct_hooks cowboy_ct_hook [] PLT_APPS = crypto public_key ssl -CI_OTP = OTP_R16B01 OTP_R16B02 OTP_R16B03-1 OTP-17.0.2 OTP-17.1.2 # OTP-17.2.2 OTP-17.3.4 OTP-17.4.1 OTP-17.5.6.2 OTP-18.0.2 +CI_OTP = OTP_R16B01 OTP_R16B02 OTP_R16B03-1 OTP-17.0.2 OTP-17.1.2 OTP-17.2.2 OTP-17.3.4 OTP-17.4.1 OTP-17.5.6.2 OTP-18.0.2 # Dependencies. |