Skip to content

Commit

Permalink
remove test for node v0.10, edit README
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-RA committed Aug 18, 2016
1 parent 2076dc9 commit 436f96f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "6"
- "6.1"
- "6.2"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ of the [SSL Labs](https://www.ssllabs.com) API.
Installation
------------

hon-ssl-verification has been tested on node v0.12 up to v6.3. Due to node-ssllabs failing in node v0.10,
hon-ssl-verification does not work for this version.

```bash
$ npm install
```
Expand Down

0 comments on commit 436f96f

Please sign in to comment.