Test webpack 1 and 2

This commit is contained in:
Jan Nicklas 2016-02-16 08:50:16 +01:00
parent 7f81466c14
commit 18b4c4c912
1 changed files with 6 additions and 1 deletions

View File

@ -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