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 5b46e34 commit c428913Copy full SHA for c428913
.travis.yml
@@ -1,9 +1,9 @@
1
sudo: false
2
language: node_js
3
node_js:
4
- - "4"
5
- - "5"
6
- "6"
+ - "7"
+ - "8"
7
- "stable"
8
script:
9
- npm run test:all
package.json
@@ -18,7 +18,7 @@
18
],
19
"homepage": "http://tldr-pages.github.io",
20
"engines": {
21
- "node": ">=4.7"
+ "node": ">=6.12.0"
22
},
23
"main": "bin/tldr",
24
"files": [
0 commit comments