Feng Lee 9 år sedan
förälder
incheckning
8b45d45ee3
2 ändrade filer med 5 tillägg och 2 borttagningar
  1. 4 1
      .travis.yml
  2. 1 1
      README.md

+ 4 - 1
.travis.yml

@@ -1,7 +1,10 @@
 language: erlang
 language: erlang
 
 
 otp_release:
 otp_release:
-   - 17.0
+   - 18.0
+   - 18.1
+   - 18.2.1
+   - 18.3
 
 
 script: 
 script: 
   - make
   - make

+ 1 - 1
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 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
 Demo Server: tcp://t.emqtt.io:1883