Files
thirdparty-ArduinoJson/.travis.yml
2014-11-15 14:46:00 +01:00

8 lines
84 B
YAML

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