File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
2
language : node_js
3
3
node_js :
4
- - " 0.10"
5
4
- " 4.2"
6
- - " 5 "
5
+ - " 6 "
7
6
cache :
8
7
directories :
9
8
- node_modules
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ A [Grunt](http://gruntjs.com/) task to run your [Jasmine](http://jasmine.github.
12
12
feature suite using [ jasmine-npm] ( https://github.com/jasmine/jasmine-npm )
13
13
and [ Istanbul] ( https://github.com/gotwarlost/istanbul ) for code coverage reports.
14
14
15
+ The minimum supported Node.js version is ` 4.2.0 ` (LTS).
16
+
15
17
## Getting Started
16
18
17
19
Install this grunt plugin next to your project's ` Gruntfile.js ` with:
@@ -232,6 +234,7 @@ Please note that the junit reporter is no longer available. If you are using thi
232
234
233
235
* ` v1.0.0 ` (2016-07-23)
234
236
- ** Breaking changes alert! Ensure you read the migration guide before updating from previous versions**
237
+ - Minimum supported Node.js version is ` 4.2.0 ` (LTS), removed testing against ` 0.10 `
235
238
- Migrated from ` jasmine-node ` to ` jasmine-npm ` #35 #48
236
239
- Support ` includeAllSources ` istanbul coverage option #45 #50
237
240
- Support thresholds for passing/failing build #25
Original file line number Diff line number Diff line change 24
24
"license" : " MIT" ,
25
25
"main" : " tasks/jasmine-node-task.js" ,
26
26
"engines" : {
27
- "node" : " >=0.10 .0"
27
+ "node" : " >=4.2 .0"
28
28
},
29
29
"scripts" : {
30
30
"test" : " grunt test" ,
You can’t perform that action at this time.
0 commit comments