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

Commit 793fc26

Browse files
committed
Update travis config to run on multiple versions of webpack
1 parent ee18cad commit 793fc26

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
language: node_js
22

33
node_js:
4+
- 7
45
- 6
56
- 5
67
- 4
78

9+
env:
10+
- WEBPACK_VERSION=2.2.0-rc.4
11+
- WEBPACK_VERSION=1
12+
813
matrix:
914
fast_finish: true
15+
16+
before_script:
17+
- npm install webpack@$WEBPACK_VERSION

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"eslint": "^3.0.0",
3030
"eslint-friendly-formatter": "^2.0.4",
3131
"npmpub": "^3.0.1",
32-
"tape": "^4.0.0",
33-
"webpack": "^1.8.4"
32+
"webpack": "^2.2.0-rc.4"
3433
},
3534
"scripts": {
3635
"lint": "eslint .",

0 commit comments

Comments
 (0)