From e4bd09313294a0cbf29f10ab7bff04f48d92a18c Mon Sep 17 00:00:00 2001 From: Eric Ho Date: Fri, 19 Aug 2016 11:39:15 +0800 Subject: [PATCH] Add Erlang OTP 18,19 on Travis --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index fa26d15..af55137 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,11 @@ notifications: email: paul.joseph.davis@gmail.com script: make check otp_release: + - 19.0 + - 18.3 + - 18.2 + - 18.1 + - 18.0 - 17.5 - 17.4 - 17.3