From 8b45d45ee381f0d56c385fe64ddc257cde27b9ef Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Tue, 31 May 2016 21:34:51 +0800 Subject: [PATCH] R18 --- .travis.yml | 5 ++++- README.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b59f1fa15..a4cef5371 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,10 @@ language: erlang otp_release: - - 17.0 + - 18.0 + - 18.1 + - 18.2.1 + - 18.3 script: - make diff --git a/README.md b/README.md index 9cd94b132..04876c7f9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ emqttd is a massively scalable and clusterable MQTT V3.1/V3.1.1 broker written i emqttd is fully open source and licensed under the Apache Version 2.0. emqttd implements both MQTT V3.1 and V3.1.1 protocol specifications, and supports WebSocket, STOMP, SockJS, CoAP and MQTT-SN at the same time. -emqttd requires Erlang R17+ to build. +emqttd requires Erlang R18+ to build since 1.1 release. Demo Server: tcp://t.emqtt.io:1883