Files
remote-rig/firmware/.pio/libdeps/esp32-mqtt/PubSubClient/.travis.yml
T

8 lines
96 B
YAML
Raw Normal View History

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