From aba0bb0a55e1050d0f7ee7b6ddb76771cebd9629 Mon Sep 17 00:00:00 2001 From: Luca Favatella Date: Wed, 24 Dec 2014 10:22:33 +0000 Subject: [PATCH] Attempt fix CI using OTP 17 Beforehand Erlang/OTP was assumed to be present on the Travis CI box, that apparently provides OTP R16. Language C may be not needed, so replace it with Erlang and specify OTP 17.3 release (the same as ling Travis CI). --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d3491c9..5a0be2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ -language: C +language: erlang +otp_release: 17.3 notifications: email: recipients: