Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(docs): remove claimed support for node 0.10
  • Loading branch information
philbooth committed Sep 25, 2015
1 parent a00cc03 commit 75e5f7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,6 @@ language: node_js
node_js:
- "4.0"
- "0.12"
- "0.10"
branches:
only:
- master
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -600,7 +600,7 @@ with the command `npm test`.

## What versions of node.js does it support?

0.10 - 4.0
0.12 or greater

## What license is it released under?

Expand Down

0 comments on commit 75e5f7d

Please sign in to comment.