Skip to content

Commit

Permalink
Update appveyor.yml and .travis.yml matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeschastny committed Oct 10, 2023
1 parent c4e1daf commit a54079b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
language: node_js
node_js:
- "0.12"
- "0.10"
- "4"
- "6"
- "8"
- "10"
- "12"
- "14"
- "16"
- "18"
- "20"
before_install:
- sudo ./bin/install_webp
10 changes: 4 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "12"
- nodejs_version: "14"
- nodejs_version: "16"
- nodejs_version: "18"
- nodejs_version: "20"
webp_version: "1.3.2"

install:
Expand Down

0 comments on commit a54079b

Please sign in to comment.