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

Only test on the latest release per OTP major version by default

This commit is contained in:
Loïc Hoguin 2019-09-18 09:48:12 +02:00
parent d143235a79
commit 7bccad4d21
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -29,10 +29,10 @@ dep_gun = git https://github.com/ninenines/gun master
dep_ci.erlang.mk = git https://github.com/ninenines/ci.erlang.mk master dep_ci.erlang.mk = git https://github.com/ninenines/ci.erlang.mk master
DEP_EARLY_PLUGINS = ci.erlang.mk DEP_EARLY_PLUGINS = ci.erlang.mk
AUTO_CI_OTP ?= OTP-20+ AUTO_CI_OTP ?= OTP-LATEST-20+
AUTO_CI_HIPE ?= OTP-LATEST AUTO_CI_HIPE ?= OTP-LATEST
# AUTO_CI_ERLLVM ?= OTP-LATEST # AUTO_CI_ERLLVM ?= OTP-LATEST
AUTO_CI_WINDOWS ?= OTP-20+ AUTO_CI_WINDOWS ?= OTP-LATEST-20+
# Standard targets. # Standard targets.