Skip to content

Commit 41e5625

Browse files
committed
bye bye node 0.6
fixes #100
1 parent 7b0b33a commit 41e5625

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: node_js
22
node_js:
3-
- "0.6"
43
- "0.8"
54
- "0.10"
65
- "0.12"
@@ -9,5 +8,4 @@ before_install:
98
- "npm install --upgrade npm -g"
109
matrix:
1110
allow_failures:
12-
- node_js: "0.6"
1311
- node_js: "iojs"

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Log errors and stack traces in [Sentry](http://getsentry.com/) from within your
66
All processing and sending happens asynchronously to not slow things down if/when Sentry is down or slow.
77

88
## Compatibility
9-
* 0.6.x
109
* 0.8.x
1110
* 0.10.x
1211
* 0.12.x

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test": "NODE_ENV=test mocha --reporter dot && NODE_ENV=test coffee ./test/run.coffee"
2323
},
2424
"engines": {
25-
"node": ">= 0.6.0"
25+
"node": ">= 0.8.0"
2626
},
2727
"dependencies": {
2828
"cookie": "0.1.0",

0 commit comments

Comments
 (0)