From: Alexandre Constantino Date: Thu, 14 Jan 2016 21:11:07 +0000 (+0000) Subject: Fix toc-autofit test and travis build config X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/d346b2cf5a80a3757a01a683a047a68dd3d2c276?hp=d346b2cf5a80a3757a01a683a047a68dd3d2c276 Fix toc-autofit test and travis build config Because the toc-autofit test needs a reasonable terminal width (in our case 80 will suffice) it sets the travis environment to use 80 columns, as mentioned in https://github.com/travis-ci/travis-ci/issues/5407 ---