mqtt-control-map/.travis.yml
2017-11-06 10:02:48 +01:00

9 lines
89 B
YAML

language: node_js
node_js:
- 6
- 7
- 8
script:
- yarn travis
cache:
yarn: true