Skip to content

Commit

Permalink
Test against Webpack 5
Browse files Browse the repository at this point in the history
  • Loading branch information
jscheid committed Oct 11, 2020
1 parent 5f55211 commit 878afff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
- WEBPACK_SUFFIX="@3" ETWP_SUFFIX="@3" HWP_SUFFIX="@2"
- WEBPACK_SUFFIX="@4" ETWP_SUFFIX="@4.0.0-alpha.0" HWP_SUFFIX="@3"
- WEBPACK_SUFFIX="@4" ETWP_SUFFIX="@4.0.0-alpha.0" HWP_SUFFIX="@4"
- WEBPACK_SUFFIX="@next" ETWP_SUFFIX="@4.0.0-alpha.0" HWP_SUFFIX="@4"
- WEBPACK_SUFFIX="@5" ETWP_SUFFIX="@4.0.0-alpha.0" HWP_SUFFIX="@4"
matrix:
exclude:
- node_js: 4
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ environment:
FL_SUFFIX: '@1'
HWP_SUFFIX: '@4'
- nodejs_version: 10
WEBPACK_SUFFIX: '@next'
WEBPACK_SUFFIX: '@5'
ETWP_SUFFIX: '@4.0.0-alpha.0'
FL_SUFFIX: '@1'
HWP_SUFFIX: '@4'
Expand Down Expand Up @@ -107,7 +107,7 @@ environment:
FL_SUFFIX: '@1'
HWP_SUFFIX: '@4'
- nodejs_version: 12
WEBPACK_SUFFIX: '@next'
WEBPACK_SUFFIX: '@5'
ETWP_SUFFIX: '@4.0.0-alpha.0'
FL_SUFFIX: '@1'
HWP_SUFFIX: '@4'
Expand Down

0 comments on commit 878afff

Please sign in to comment.