Skip to content

Commit

Permalink
travis: reuse disable vader vim version output
Browse files Browse the repository at this point in the history
  • Loading branch information
jreybert committed Nov 1, 2015
1 parent 06600b3 commit a874be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ install:

before_script:
- git clone https://github.com/jreybert/djooks
- git clone https://github.com/junegunn/vader.vim
- git clone https://github.com/jreybert/vader.vim

script:
- ./test/run.sh . vader.vim djooks $VIM_VERSION
Expand Down
1 change: 1 addition & 0 deletions test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ for script in ${!test_scripts[@]}; do
set rtp-=~/.vim/after
set rtp+=$VIMAGIT_PATH
set rtp+=$VADER_PATH
let g:vader_show_version=0
filetype plugin indent on
syntax enable
EOF) -c "Vader! $VIMAGIT_PATH/test/$script 2> >(sed -n '/^Starting Vader/,$p')"
Expand Down

0 comments on commit a874be6

Please sign in to comment.