Skip to content

Commit 90121be

Browse files
greenkeeperio-botleebyron
authored andcommitted
👻😱 Node.js 0.10 is unmaintained 😱👻 (#551)
* chore: drop support for Node.js 0.10 BREAKING CHANGE: This module no longer supports Node.js 0.10 * Update .travis.yml * Update .travis.yml Only include those in current / active lts / maintenance https://github.com/nodejs/LTS
1 parent 19e01df commit 90121be

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
language: node_js
22

3+
# https://github.com/nodejs/LTS
34
node_js:
4-
- "6"
5-
- "5"
6-
- "4"
7-
- "iojs"
8-
- "0.12"
9-
- "0.10"
5+
- '7'
6+
- '6'
7+
- '4'
8+
- '0.12'
109

1110
git:
1211
depth: 5

0 commit comments

Comments
 (0)