From 88f262a0b9b689f8918a0bb82e0508285072d88f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Schu=CC=88rrer?= Date: Sun, 31 Aug 2014 03:50:02 +0200 Subject: [PATCH] Add more OTP releases to travis build. --- .travis.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 629bc21..3323e3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,12 @@ language: erlang +otp_release: + - R16B02 + - R16B01 + - R16B + - R15B01 + - R15B + - R14B04 + - R14B03 + - R14B01 + - 17.0 script: "rebar compile eunit" -otp-release: - - R15B01 - - R15B - - R14B04 - - R14B03 - - R14B01