Skip to content

Commit e26c292

Browse files
committed
Update build versions, document in readme
1 parent 943ac8a commit e26c292

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- '6'
5-
- '5'
6-
- '4'
4+
- '11'
5+
- '10'
6+
- '8'
77

88
cache:
99
directories:

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,7 @@ npm install github-api
8686
```
8787

8888
## Compatibility
89-
`Github.js` is tested on `Node.js`:
90-
* 6.x
91-
92-
Note: `Github.js` uses Promise, hence it will not work in `Node.js` < 4 without polyfill.
89+
`Github.js` is tested on node's LTS and current versions.
9390

9491
[codecov]: https://codecov.io/github/github-tools/github?branch=master
9592
[docs]: http://github-tools.github.io/github/

0 commit comments

Comments
 (0)