diff --git a/.travis.yml b/.travis.yml index 8448676..f2b010a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,11 @@ node_js: - "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 \ No newline at end of file + - npm test