Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
Update travis config to run on multiple versions of webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewnham committed Jan 13, 2017
1 parent ee18cad commit 793fc26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
@@ -1,9 +1,17 @@
language: node_js

node_js:
- 7
- 6
- 5
- 4

env:
- WEBPACK_VERSION=2.2.0-rc.4
- WEBPACK_VERSION=1

matrix:
fast_finish: true

before_script:
- npm install webpack@$WEBPACK_VERSION
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -29,8 +29,7 @@
"eslint": "^3.0.0",
"eslint-friendly-formatter": "^2.0.4",
"npmpub": "^3.0.1",
"tape": "^4.0.0",
"webpack": "^1.8.4"
"webpack": "^2.2.0-rc.4"
},
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit 793fc26

Please sign in to comment.