Fix Travis CI build

This commit is contained in:
Junegunn Choi
2015-05-29 01:07:31 +09:00
parent f85d4d774b
commit 240dc9cbb6
2 changed files with 12 additions and 15 deletions

View File

@@ -66,14 +66,14 @@ Execute (#130 Proper cleanup of on-demand loading triggers):
**********************************************************************
Execute (#131 Syntax error):
call plug#begin('/no-permission')
call plug#begin('/proc/no-permission')
Plug 'junegunn/vim-emoji'
call plug#end()
redir => out
silent PlugInstall
redir END
Assert out =~ 'Invalid plug directory: /no-permission'
Assert out =~ 'Invalid plug directory: /proc/no-permission', out
**********************************************************************
Execute (#139-1 Using new remote branch):