aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-07-25 23:34:51 +0200
committerLoïc Hoguin <[email protected]>2015-07-25 23:34:51 +0200
commit8a5a3a726039992b45de9277fb1ea0e5ec840ef5 (patch)
tree647a356216f8f05b5303ae6ce1e5bc6121a085a4
parent1267388416fbd46ab7dad230116d01081c1215f6 (diff)
downloadcowboy-8a5a3a726039992b45de9277fb1ea0e5ec840ef5.tar.gz
cowboy-8a5a3a726039992b45de9277fb1ea0e5ec840ef5.tar.bz2
cowboy-8a5a3a726039992b45de9277fb1ea0e5ec840ef5.zip
Disable half the OTP versions temporarily
To allow CircleCI to not timeout...
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 58b256a..5efe5fe 100644
--- a/Makefile
+++ b/Makefile
@@ -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.