From f4f538a89b7f94aef70b8f1a14b73bd0b4a9c228 Mon Sep 17 00:00:00 2001 From: Fred Hebert Date: Sat, 5 May 2018 10:49:24 -0400 Subject: Officially Deprecate R16B release Required for the Logger interface to be supported since it relies on maps --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4755345..1cca5c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,6 @@ language: erlang matrix: include: - os: linux - otp_release: R16B03-1 - - os: linux otp_release: 17.5 - os: linux otp_release: 18.3 @@ -44,4 +42,4 @@ deploy: on: repo: erlang/rebar3 branch: master - condition: $TRAVIS_OTP_RELEASE = "R16B03-1" + condition: $TRAVIS_OTP_RELEASE = "17.5" -- cgit v1.1