From d2c0aa5a26af485874fe308b8f9efc0b02f12a17 Mon Sep 17 00:00:00 2001 From: Mark Allen Date: Wed, 30 Mar 2016 11:21:26 -0500 Subject: [PATCH 1/2] Update travis yml --- .travis.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 582c194..bcdf059 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,9 @@ language: erlang notifications: - webhooks: http://basho-engbot.herokuapp.com/travis?key=8c2550739c2f776d4b05d993aa032f0724fe5450 email: eng@basho.com otp_release: - - R16B + - 18.2.1 + - 18.1 + - 17.5 + - R16B03-1 - R15B03 - - R15B01 - - R15B - - R14B04 - - R14B03 From 34ebf6cf4b2b6b8f9f39643c341b0bccd2f55221 Mon Sep 17 00:00:00 2001 From: Mark Allen Date: Wed, 30 Mar 2016 11:25:19 -0500 Subject: [PATCH 2/2] Add 18.3 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bcdf059..47fa534 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,7 @@ language: erlang notifications: email: eng@basho.com otp_release: - - 18.2.1 - - 18.1 + - 18.3 - 17.5 - R16B03-1 - R15B03