Fix Travis CI build

This commit is contained in:
Junegunn Choi 2014-10-02 01:17:46 +09:00
parent e7704e6cb3
commit eb38fe3d32
2 changed files with 6 additions and 0 deletions

View File

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

View File

@ -1036,6 +1036,11 @@ Execute (PlugSnapshot):
AssertEqual 'PLUG_HOME=$TMPDIR/plugged', getline(7) AssertEqual 'PLUG_HOME=$TMPDIR/plugged', getline(7)
AssertEqual 0, stridx(getline(9), 'cd $PLUG_HOME/seoul256.vim/ && git reset --hard') AssertEqual 0, stridx(getline(9), 'cd $PLUG_HOME/seoul256.vim/ && git reset --hard')
AssertEqual 0, stridx(getline(10), 'cd $PLUG_HOME/vim-emoji/ && git reset --hard') AssertEqual 0, stridx(getline(10), 'cd $PLUG_HOME/vim-emoji/ && git reset --hard')
AssertEqual 'sh', &filetype
execute 'PlugSnapshot' g:plug_home.'/snapshot.sh'
AssertEqual 'sh', &filetype
AssertEqual 'snapshot.sh', fnamemodify(expand('%'), ':t')
q q
Execute (Cleanup): Execute (Cleanup):