Skip to content

Commit a131d83

Browse files
chore: drop support for Node.js 0.10
BREAKING CHANGE: This module no longer supports Node.js 0.10
1 parent a1aff62 commit a131d83

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- '5'
5-
- '4'
6-
- iojs-v3
7-
- iojs-v2
8-
- '0.12'
9-
- '0.10'
4+
- '5'
5+
- '4'
106
before_script:
117
- npm prune
128
after_success:

0 commit comments

Comments
 (0)