MagicMirror/.travis.yml
2017-01-24 12:03:19 +01:00

13 lines
151 B
YAML

language: node_js
node_js:
- "6"
- "5.1"
before_script:
- npm install grunt-cli -g
script:
- grunt
- npm test
cache:
directories:
- node_modules