Skip to content

Commit 0bc31a1

Browse files
chore: drop support for Node.js 0.10
BREAKING CHANGE: This module no longer supports Node.js 0.10
1 parent 9799cca commit 0bc31a1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
language: node_js
22
node_js:
3-
- "iojs"
4-
- "0.12"
5-
- "0.11"
6-
- "0.10"
3+
- 4
4+
- 6
75
install:
86
- npm -d install
97
script:

0 commit comments

Comments
 (0)