aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-03-08 14:09:38 +0100
committerLoïc Hoguin <[email protected]>2019-03-08 14:09:38 +0100
commit87bdd3b2deab54d2109c03027cd4d03933e3153d (patch)
tree9a16d77f555787d03d82eb61c9ed99b4a6b9375a
parent4901e4da63cf061b57d66c39645797179c2ba179 (diff)
downloadasciideck-87bdd3b2deab54d2109c03027cd4d03933e3153d.tar.gz
asciideck-87bdd3b2deab54d2109c03027cd4d03933e3153d.tar.bz2
asciideck-87bdd3b2deab54d2109c03027cd4d03933e3153d.zip
Only test Windows on OTP-21+ to avoid weird failures
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 75ea82a..0d9edfa 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,8 @@ DEP_EARLY_PLUGINS = ci.erlang.mk
AUTO_CI_OTP ?= OTP-19+
AUTO_CI_HIPE ?= OTP-LATEST
# AUTO_CI_ERLLVM ?= OTP-LATEST
-AUTO_CI_WINDOWS ?= OTP-19+
+# Not sure why but the groff tests fail before OTP-21.
+AUTO_CI_WINDOWS ?= OTP-21+
include erlang.mk