Skip to content

Commit

Permalink
Dropping node 0.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 31, 2013
1 parent a9344cc commit 989855d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -3,7 +3,4 @@ node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"
before_install:
- '[ "${TRAVIS_NODE_VERSION}" = "0.6" ] && npm conf set strict-ssl false || true'

3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -30,6 +30,9 @@
"devDependencies": {
"tape": "~2.3.2",
"covert": "~0.3.0"
},
"engines": {
"node": ">= 0.8"
}
}

0 comments on commit 989855d

Please sign in to comment.