Skip to content

Commit 08d46e4

Browse files
committed
remove 0.8
1 parent 3730962 commit 08d46e4

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Diff for: .travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: node_js
22
node_js:
3-
- "0.8"
43
- "0.10"
54
- "0.11"
65
script: "make test-travis"

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ callback-and-promise
1616
[coveralls-url]: https://coveralls.io/r/thenables/callback-and-promise?branch=master
1717
[david-image]: https://img.shields.io/david/thenables/callback-and-promise.svg?style=flat-square
1818
[david-url]: https://david-dm.org/thenables/callback-and-promise
19-
[node-image]: https://img.shields.io/badge/node.js-%3E=_0.8-green.svg?style=flat-square
19+
[node-image]: https://img.shields.io/badge/node.js-%3E=_0.10-green.svg?style=flat-square
2020
[node-url]: http://nodejs.org/download/
2121
[gittip-image]: https://img.shields.io/gittip/dead-horse.svg?style=flat-square
2222
[gittip-url]: https://www.gittip.com/dead-horse/

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"should": "~4.4.1"
3838
},
3939
"engine": {
40-
"node": ">=0.8"
40+
"node": ">=0.10"
4141
}
4242
}

0 commit comments

Comments
 (0)