language: node_js
node_js:
- "4"
- "5"
- "6"
env:
- WEBPACK=webpack
before_install:
- stty columns 120
install:
- npm install --ignore-scripts
- npm rm webpack
- npm install $WEBPACK --ignore-scripts || true
script:
- npm test