We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d981d1 commit 97ce5bbCopy full SHA for 97ce5bb
2 files changed
.travis.yml
@@ -5,9 +5,5 @@ node_js:
5
- '10'
6
- '8'
7
- '6'
8
- - '5'
9
- - '4'
10
- - '0.12'
11
- - '0.10'
12
after_script:
13
- npm run coveralls
appveyor.yml
@@ -4,10 +4,6 @@
4
environment:
matrix:
# node.js
- - nodejs_version: "0.10"
- - nodejs_version: "0.12"
- - nodejs_version: "4"
- - nodejs_version: "5"
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"
0 commit comments