Skip to content

Commit 909c99d

Browse files
chore: funding.yml config and CI fix (#159)
1 parent b5b74f0 commit 909c99d

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/FUNDING.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
open_collective: webpack

.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ matrix:
1616
- node_js: '11'
1717
script: yarn pretest
1818
env: CI=pretest
19-
- node_js: '4'
20-
script: yarn test:ci
21-
env: CI=tests 4
2219
- node_js: '6'
2320
script: yarn test:ci
2421
env: CI=tests 6

appveyor.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
environment:
44
matrix:
5-
- nodejs_version: 4
65
- nodejs_version: 6
76
- nodejs_version: 8
87
- nodejs_version: 10

0 commit comments

Comments
 (0)