Skip to content

Commit

Permalink
Merge pull request #78 from hayes/upgrade-range_check
Browse files Browse the repository at this point in the history
bump range_check, add LTS to travis config
  • Loading branch information
hayes committed Mar 10, 2016
2 parents 7a37b3d + 686418c commit 49cbff9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
@@ -1,5 +1,9 @@
language: node_js
node_js:
#- "0.11"
- "4.4"
- "4.3"
- "4.2"
- "4.1"
- "4.0"
- "0.10"
after_script: npm run coveralls
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"concat-stream": "^1.4.6",
"mkdirp": "^0.3.5",
"nopt": "^2.2.1",
"range_check": "0.0.4",
"range_check": "1.2.0",
"request": "^2.34.0",
"semver": "^2.3.2",
"unpm-auth": "^1.0.2",
Expand Down

0 comments on commit 49cbff9

Please sign in to comment.