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 d6934af commit 48b0496Copy full SHA for 48b0496
.travis.yml
@@ -4,6 +4,6 @@ node_js:
4
- "8"
5
- "6"
6
- "4"
7
- - "4.1.0"
+ - "4.2.0"
8
after_success:
9
- "npm install coveralls@2 && nyc report --reporter=text-lcov | coveralls"
appveyor.yml
@@ -3,7 +3,7 @@ environment:
3
- nodejs_version: "8"
- nodejs_version: "6"
- nodejs_version: "4"
- - nodejs_version: "4.1.0"
+ - nodejs_version: "4.2.0"
platform:
- x86
- x64
0 commit comments