From 76e05ef39ed9a4fa64cb8f3aa61d754d4a1e0f70 Mon Sep 17 00:00:00 2001 From: Arseny Razin Date: Sat, 21 Jan 2017 21:29:07 +0300 Subject: [PATCH] Fix travis-ci: set tty size (#552) --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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