Skip to content

Commit

Permalink
Add Travis support for Webpack 5 and Node 12.
Browse files Browse the repository at this point in the history
Drop support for Webpack 1/2/3 and Node 6.
  • Loading branch information
Michael Pratt committed Jan 15, 2020
1 parent d84f848 commit 4e9b361
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
language: node_js

node_js:
- "12"
- "10"
- "8"
- "6"

os:
- linux
- osx

env:
- WEBPACK_VERSION=1
- WEBPACK_VERSION=2
- WEBPACK_VERSION=3
- WEBPACK_VERSION=4
- WEBPACK_VERSION=5.0.0-beta.11

install:
- npm install
Expand Down

0 comments on commit 4e9b361

Please sign in to comment.