Skip to content

Commit

Permalink
Vim output to /dev/null
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed Apr 28, 2014
1 parent f3e07a3 commit ab958af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,5 +7,5 @@ script: |
vim -Nu <(cat << VIMRC
set rtp+=vader.vim
set rtp+=.
VIMRC) -c 'Vader! test/*'
VIMRC) -c 'Vader! test/*' > /dev/null

0 comments on commit ab958af

Please sign in to comment.