esp8266-geigercounter/dep/pubsubclient-2.7/.travis.yml

8 lines
96 B
YAML
Raw Normal View History

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