We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d90141 commit d73885cCopy full SHA for d73885c
.travis.yml
@@ -2,9 +2,7 @@ language: node_js
2
sudo: false
3
node_js:
4
- "10"
5
- - "9"
6
- "8"
7
- "6"
8
- - "4"
9
after_success:
10
- "npm install coveralls@3 && nyc report --reporter=text-lcov | coveralls"
appveyor.yml
@@ -1,10 +1,8 @@
1
environment:
matrix:
- nodejs_version: "10"
- - nodejs_version: "9"
- nodejs_version: "8"
- nodejs_version: "6"
- - nodejs_version: "4"
platform:
- x86
- x64
0 commit comments