From 27758bc103c28d0e951c96aa64d2c38d0de1fe17 Mon Sep 17 00:00:00 2001 From: Nathaniel Waisbrot Date: Mon, 19 Sep 2016 00:15:38 -0400 Subject: [PATCH] Update .travis.yml Use the same versions of Erlang as the main Erlcloud project --- .travis.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6c31117..f3d9a97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,11 +2,10 @@ language: erlang notifications: email: false otp_release: - - R15B01 - - R15B - - R14B04 - - R14B03 - - R14B02 + - R16B03-1 + - 17.5 + - 18.1 + - 19.0 branches: only: - - develop + - master