From 61ffb616155f0282b19c24e0ace4060ffdbc1e70 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 16 Apr 2017 19:47:15 +0200 Subject: [PATCH] Travis: VADER_OUTPUT_FILE=/dev/stderr for neovim (#618) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 71b0d75..6935595 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,7 @@ install: | eval "$(curl -Ss https://raw.githubusercontent.com/neovim/bot-ci/master/scripts/travis-setup.sh) nightly-x64" mkdir -p ${DEPS}/bin ln -s $(which nvim) ${DEPS}/bin/vim + export VADER_OUTPUT_FILE=/dev/stderr return fi