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 e860735 commit 70e0161Copy full SHA for 70e0161
.travis.yml
@@ -2,11 +2,8 @@ sudo: false
2
language: node_js
3
node_js:
4
- "10"
5
- - "9"
6
- "8"
7
- - "7"
8
- "6"
9
- - "4"
10
os:
11
- linux
12
- osx
appveyor.yml
@@ -1,11 +1,8 @@
1
environment:
matrix:
- nodejs_version: "10"
- - nodejs_version: "9"
- nodejs_version: "8"
- - nodejs_version: "7"
- nodejs_version: "6"
- - nodejs_version: "4"
platform:
- x86
- x64
0 commit comments