6.5.0.15 20190606 * Change pubsubclient MQTT_KEEPALIVE from 10 to 30 seconds in preparation of AWS IoT support
8 lines
96 B
YAML
8 lines
96 B
YAML
sudo: false
|
|
language: cpp
|
|
compiler:
|
|
- g++
|
|
script: cd tests && make && make test
|
|
os:
|
|
- linux
|