File tree 3 files changed +1
-4
lines changed
3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - " 0.6"
4
3
- " 0.8"
5
4
- " 0.10"
6
5
- " 0.12"
@@ -9,5 +8,4 @@ before_install:
9
8
- " npm install --upgrade npm -g"
10
9
matrix :
11
10
allow_failures :
12
- - node_js : " 0.6"
13
11
- node_js : " iojs"
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ Log errors and stack traces in [Sentry](http://getsentry.com/) from within your
6
6
All processing and sending happens asynchronously to not slow things down if/when Sentry is down or slow.
7
7
8
8
## Compatibility
9
- * 0.6.x
10
9
* 0.8.x
11
10
* 0.10.x
12
11
* 0.12.x
Original file line number Diff line number Diff line change 22
22
"test" : " NODE_ENV=test mocha --reporter dot && NODE_ENV=test coffee ./test/run.coffee"
23
23
},
24
24
"engines" : {
25
- "node" : " >= 0.6 .0"
25
+ "node" : " >= 0.8 .0"
26
26
},
27
27
"dependencies" : {
28
28
"cookie" : " 0.1.0" ,
You can’t perform that action at this time.
0 commit comments