From 16328f3d89edc66312b50b492167f4b6a6ed1067 Mon Sep 17 00:00:00 2001 From: raimon Date: Sun, 29 Nov 2015 13:06:06 +0900 Subject: [PATCH] Remove run task 'currentv' from 'ci' --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index fd541c7..e77687a 100644 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,6 @@ #!/usr/bin/env rake -task :ci => [:dump, :currentv, :test] +task :ci => [:dump, :test] task :dump do sh 'vim --version'