From 9d71efe4cf3107070b50511186201846d1fe48c0 Mon Sep 17 00:00:00 2001 From: getong <3949379+getong@users.noreply.github.com> Date: Tue, 9 Apr 2019 16:58:12 +0800 Subject: [PATCH] test erlang/otp 20 and 21 --- .travis.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index aa4a579..15d4b7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,10 @@ language: erlang script: rebar compile && rebar skip_deps=true eunit otp_release: - - R15B02 - - R16B03-1 - - 17.5 + - 21.3.3 + - 20.3 + - 19.3 - 18.3 - - 19.2 - + - 17.5 + - R16B03-1 + - R15B02