mirror of
https://github.com/morrisjs/morris.js.git
synced 2024-11-10 21:36:34 +01:00
npm test script.
This commit is contained in:
parent
8107d8d396
commit
cb854c0086
@ -4,5 +4,3 @@ node_js:
|
|||||||
before_script:
|
before_script:
|
||||||
- "npm install -g grunt"
|
- "npm install -g grunt"
|
||||||
- "npm install"
|
- "npm install"
|
||||||
script:
|
|
||||||
- "grunt coffee mocha"
|
|
||||||
|
@ -18,5 +18,8 @@
|
|||||||
"grunt-coffee": "~> 0.0.6",
|
"grunt-coffee": "~> 0.0.6",
|
||||||
"grunt-mocha": "~> 0.1.7",
|
"grunt-mocha": "~> 0.1.7",
|
||||||
"grunt-contrib-less": "~> 0.3.2"
|
"grunt-contrib-less": "~> 0.3.2"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"test": "grunt coffee mocha"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user