We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b74f0 commit 909c99dCopy full SHA for 909c99d
.github/FUNDING.yml
@@ -0,0 +1 @@
1
+open_collective: webpack
.travis.yml
@@ -16,9 +16,6 @@ matrix:
16
- node_js: '11'
17
script: yarn pretest
18
env: CI=pretest
19
- - node_js: '4'
20
- script: yarn test:ci
21
- env: CI=tests 4
22
- node_js: '6'
23
script: yarn test:ci
24
env: CI=tests 6
appveyor.yml
@@ -2,7 +2,6 @@
2
3
environment:
4
matrix:
5
- - nodejs_version: 4
6
- nodejs_version: 6
7
- nodejs_version: 8
8
- nodejs_version: 10
0 commit comments