Test webpack 1 and 2
This commit is contained in:
parent
7f81466c14
commit
18b4c4c912
|
|
@ -2,4 +2,9 @@ language: node_js
|
|||
node_js:
|
||||
- "0.12"
|
||||
- "0.10"
|
||||
- "iojs"
|
||||
- "iojs"
|
||||
script:
|
||||
- npm test
|
||||
- npm rm webpack
|
||||
- npm i webpack@2
|
||||
- npm test
|
||||
|
|
|
|||
Loading…
Reference in New Issue