From d81bb607017ac9aa43e8024a85f263fc4011a7be Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Fri, 30 Mar 2012 23:28:24 -0700 Subject: [PATCH] add R14BXX to travis ci, again --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 25a09e8..5cc6271 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: erlang script: rebar compile && rebar skip_deps=true eunit otp_release: - - R15B \ No newline at end of file + - R15B + - R14B04 + - R14B03 + - R14B02 \ No newline at end of file