Skip to content

Commit

Permalink
Try to test Webpack 1 and Webpack 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Aug 23, 2016
1 parent 4bfc86e commit 21402d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ node_js:
- "4"
- "5"
- "6"
env:
- export WEBPACK_VERSION="2.1.0-beta"
- export WEBPACK_VERSION="1"
script:
- npm test
- npm run build
- npm run build:customised
before_script:
- 'if [ "$WEBPACK_VERSION" ]; then npm install webpack@^$WEBPACK_VERSION; fi'

0 comments on commit 21402d8

Please sign in to comment.