From a3ab40aa88eaf400c0a3af0076b5ea5383d6d18c Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Tue, 12 Mar 2013 22:13:48 -0700 Subject: [PATCH] add r16b to travis config --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ea2c055..9c22d94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,10 @@ language: erlang script: rebar compile && rebar skip_deps=true eunit otp_release: + - R16B - R15B02 - R15B01 - R15B - R14B04 - R14B03 - - R14B02 \ No newline at end of file + - R14B02