From e74fadf14e40ab6c8a209acc4f2c633ff7544f7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 1 Nov 2016 22:59:08 +0200 Subject: Makefile tweak; only using BuildKite now --- Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2944c60..2ca9290 100644 --- a/Makefile +++ b/Makefile @@ -14,13 +14,6 @@ CI_OTP ?= \ OTP-18.0.3 OTP-18.1.5 OTP-18.2.4.1 OTP-18.3.4.4 \ OTP-19.0.7 OTP-19.1.5 -# Only test on the most recent version on public CI services. -ifdef CI -ifndef BUILDKITE -CI_OTP := $(lastword $(CI_OTP)) -endif -endif - # Dependencies. TEST_DEPS = ct_helper -- cgit v1.2.3