MagicMirror/.travis.yml
Nicholas Hubbard 65a8b83150
Add Cache
2017-01-14 15:46:38 -05:00

11 lines
138 B
YAML

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