Skip to content

Commit 40c3ed9

Browse files
author
Contra
committed
adjust travis-ci targets
1 parent d569557 commit 40c3ed9

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
22
node_js:
3-
- 0.8
4-
- 0.9
5-
- 0.10
3+
- "0.9"
4+
- "0.10"
5+
- "0.11"

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- Logging moved to CLI bin file
1010
- Will cause double logging if you update global CLI to 3.2 but not local
1111
- Will cause no logging if you update local to 3.1 but not global CLI
12+
- Drop support for < 0.9
1213

1314
## 3.1.3
1415

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"test": "mocha --reporter spec && jshint"
3939
},
4040
"engines": {
41-
"node": ">= 0.7"
41+
"node": ">= 0.9"
4242
},
4343
"licenses": [
4444
{

0 commit comments

Comments
 (0)