pubsubclient/.travis.yml

8 lines
96 B
YAML
Raw Normal View History

sudo: false
2015-08-28 22:16:48 +01:00
language: cpp
compiler:
- g++
script: cd tests && make && make test
os:
- linux