Files
thirdparty-ArduinoJson/.travis.yml
2014-11-15 15:02:48 +01:00

6 lines
90 B
YAML

language: c++
compiler:
- gcc
- clang
before_script: cmake .
script: make && make test