Skip to content

Commit

Permalink
chore: drop support for Node.js 0.10 (#48)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This module no longer supports Node.js 0.10
  • Loading branch information
greenkeeperio-bot authored and daffl committed Aug 22, 2018
1 parent 5c5fc86 commit 3f7555a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions packages/socketio/.travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
sudo: false
language: node_js
node_js:
- node
- '6'
- '4'
- iojs
- '0.12'
- '0.10'
- node
- '6'
- '4'
addons:
code_climate:
repo_token: e6b833ee868f17733abe9cc20c2e83a7bda1f4006d9fc4cb26a4ba1a0c05b088
Expand Down

0 comments on commit 3f7555a

Please sign in to comment.