We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943ac8a commit e26c292Copy full SHA for e26c292
.travis.yml
@@ -1,9 +1,9 @@
1
sudo: false
2
language: node_js
3
node_js:
4
- - '6'
5
- - '5'
6
- - '4'
+ - '11'
+ - '10'
+ - '8'
7
8
cache:
9
directories:
README.md
@@ -86,10 +86,7 @@ npm install github-api
86
```
87
88
## 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.
+`Github.js` is tested on node's LTS and current versions.
93
94
[codecov]: https://codecov.io/github/github-tools/github?branch=master
95
[docs]: http://github-tools.github.io/github/
0 commit comments