Skip to content

Commit

Permalink
ci(travis): update webpack v4.0.0-beta.1...4.0.0 (WEBPACK_VERSION) (
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham42 authored and michael-ciniawsky committed Feb 26, 2018
1 parent ebfc277 commit f5252ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .travis.yml
Expand Up @@ -7,22 +7,13 @@ env:
- WEBPACK_VERSION=1 EXTRACT_PLUGIN_VERSION=1
- WEBPACK_VERSION=2 EXTRACT_PLUGIN_VERSION=2
- WEBPACK_VERSION=3 EXTRACT_PLUGIN_VERSION=3.0.0-beta.3
- WEBPACK_VERSION=4.0.0-beta.1 EXTRACT_PLUGIN_VERSION=4.0.0-alpha.0
- WEBPACK_VERSION=4.0.0 EXTRACT_PLUGIN_VERSION=4.0.0-alpha.0
before_install:
- stty columns 120
install:
- npm install --ignore-scripts
- npm rm webpack
- npm rm extract-text-webpack-plugin
- npm install webpack@$WEBPACK_VERSION extract-text-webpack-plugin@$EXTRACT_PLUGIN_VERSION --ignore-scripts || true
matrix:
exclude:
- env: WEBPACK_VERSION=4.0.0-beta.1 EXTRACT_PLUGIN_VERSION=4.0.0-alpha.0
node_js: "4"
- env: WEBPACK_VERSION=4.0.0-beta.1 EXTRACT_PLUGIN_VERSION=4.0.0-alpha.0
node_js: "5"
include:
- env: WEBPACK_VERSION=4.0.0-beta.1 EXTRACT_PLUGIN_VERSION=4.0.0-alpha.0
node_js: "8"
script:
- npm test
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -53,7 +53,7 @@
},
"peerDependencies": {
"extract-text-webpack-plugin": "^1.0.0 || ^2.0.0 || 3.0.0 || ^4.0.0-alpha.0 || ^4.0.0",
"webpack": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0-beta.1 || ^4.0.0"
"webpack": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
},
"keywords": [
"webpack",
Expand Down

0 comments on commit f5252ff

Please sign in to comment.