Tasmota/lib/default/pubsubclient-2.8.12/.travis.yml
Theo Arends d5ca2994ee Add commands MqttKeepAlive and MqttTimeout
- Add commands ``MqttKeepAlive 1..100`` to set Mqtt Keep Alive timer (default 30) and ``MqttTimeout 1..100`` to set Mqtt Socket Timeout (default 4) (#5341)
- Changed PubSubClient library from EspEasy v2.7.12 to Tasmota v2.8.12
- Bump version to 9.3.1.2
2021-03-18 17:44:10 +01:00

8 lines
96 B
YAML

sudo: false
language: cpp
compiler:
- g++
script: cd tests && make && make test
os:
- linux