From 6362aeaeef6047396782d11928c6bf7c9beb49c0 Mon Sep 17 00:00:00 2001 From: Alexey Romanov Date: Sun, 12 Oct 2014 21:37:09 +0400 Subject: [PATCH] Travis now has Erlang 17.3 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 65c5477..d597386 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: erlang script: "make test" otp_release: - - 17.1 + - 17.3 - R16B03-1 - R15B03 - R14B04 \ No newline at end of file