README: add Travis CI badge

This commit is contained in:
Marco Hinz 2014-11-20 15:00:36 +01:00
parent 62512237a5
commit 61619ba211
6 changed files with 22 additions and 20 deletions

View file

@ -1,10 +1,3 @@
#!/usr/bin/env bash
vim --nofork -XNu <(cat << EOF
filetype off
set runtimepath+=~/.vim/bundle/vader.vim
set runtimepath+=..
filetype plugin on
syntax enable
set hidden
EOF) +Vader*
vim -XNu vimrc -c 'Vader! *' >/dev/null