Fix Travis CI build

This commit is contained in:
Junegunn Choi 2014-10-02 01:32:23 +09:00
parent eb38fe3d32
commit c3669836d3

View File

@ -55,7 +55,7 @@ set shell=/bin/bash
source $PLUG_SRC
VIMRC
[ -z "$TMPDIR" ] && export TMPDIR=/tmp
[ -z "$TMPDIR" ] && export TMPDIR=/tmp/
init
if [ "$1" = '!' ]; then
/usr/local/bin/vim -Nu /tmp/mini-vimrc -c 'Vader! workflow.vader' > /dev/null &&