Fix travis-ci: set tty size (#552)

This commit is contained in:
Arseny Razin 2017-01-21 21:29:07 +03:00 committed by Jan Nicklas
parent 7c0ad5093b
commit 76e05ef39e
1 changed files with 3 additions and 1 deletions

View File

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