mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 21:00:57 +00:00
Travis fixer.
This commit is contained in:
12
.travis.yml
12
.travis.yml
@@ -1,10 +1,10 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "6"
|
- "6"
|
||||||
- "5.1"
|
- "5.1"
|
||||||
- "4"
|
- "4"
|
||||||
- "0.12"
|
- "0.12"
|
||||||
- "0.10"
|
- "0.10"
|
||||||
before_script:
|
before_script:
|
||||||
- npm install grunt-cli -g
|
- npm install grunt-cli -g
|
||||||
script: grunt
|
script: grunt
|
Reference in New Issue
Block a user