Skip to content

Commit cfddf28

Browse files
committed
Don't test Node 0.9, drop support for Node < 0.10
1 parent 5cd1636 commit cfddf28

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
language: node_js
22
node_js:
3-
- 0.9
43
- 0.10

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"url": "https://github.com/lazd/gulp-csslint/issues"
3030
},
3131
"engines": {
32-
"node": ">=0.6"
32+
"node": ">=0.10"
3333
}
3434
}

0 commit comments

Comments
 (0)