mqtt-control-map/.travis.yml
2018-01-19 17:26:07 +01:00

9 lines
89 B
YAML

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