diff options
Diffstat (limited to 'vim/.vim/bundle/vim-airline/Rakefile')
-rw-r--r-- | vim/.vim/bundle/vim-airline/Rakefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/vim/.vim/bundle/vim-airline/Rakefile b/vim/.vim/bundle/vim-airline/Rakefile deleted file mode 100644 index 741cfc2..0000000 --- a/vim/.vim/bundle/vim-airline/Rakefile +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/env rake - -task :default => [:test] - -task :ci => [:dump, :test] - -task :dump do - sh 'vim --version' -end - -task :test do - sh 'bundle exec vim-flavor test' -end - |