mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-19 18:31:52 +00:00
11 lines
138 B
YAML
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
|