-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add support for html-webpack-plugin 4
BREAKING CHANGE: Drop support for node < 6
- Loading branch information
Showing
2 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,11 @@ | ||
language: node_js | ||
node_js: | ||
- "4" | ||
- "5" | ||
- "6" | ||
env: | ||
- WEBPACK_VERSION=1 HTML_WEBPACK_VERSION=2 | ||
- WEBPACK_VERSION=4 HTML_WEBPACK_VERSION=3 | ||
- stable | ||
- lts/* | ||
- 6.9 | ||
before_install: | ||
- stty columns 120 | ||
install: | ||
- npm install --ignore-scripts | ||
- npm rm webpack | ||
- npm rm html-webpack-plugin | ||
- npm install webpack@$WEBPACK_VERSION html-webpack-plugin@$HTML_WEBPACK_VERSION --ignore-scripts || true | ||
matrix: | ||
exclude: | ||
- env: WEBPACK_VERSION=4 HTML_WEBPACK_VERSION=3 | ||
node_js: "4" | ||
- env: WEBPACK_VERSION=4 HTML_WEBPACK_VERSION=3 | ||
node_js: "5" | ||
include: | ||
- env: WEBPACK_VERSION=4 HTML_WEBPACK_VERSION=3 | ||
node_js: "8" | ||
- travis_retry npm install --ignore-scripts | ||
script: | ||
- npm test | ||
- travis_retry npm test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters