Skip to content

Commit 16b1184

Browse files
committed
Remove Node v6 from test matrix and clarify support in README
1 parent a72f483 commit 16b1184

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ node_js:
55
- "lts/*"
66
- "10"
77
- "8"
8-
- "6"
98
# Opt-in to travis container infrastructure
109
sudo: false

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ To get started, `npm install wpapi` or [download the browser build](https://wp-a
4141

4242
## Installation
4343

44-
`node-wpapi` works both on the server or in the browser. Node.js version 4.0 or higher is required.
44+
`node-wpapi` works both on the server or in the browser. Node.js version 8 or higher is required, and the latest LTS release is recommended.
45+
46+
In the browser `node-wpapi` officially supports the latest two versions of all evergreen browsers, and Internet Explorer 11.
4547

4648
### Install with NPM
4749

0 commit comments

Comments
 (0)