Skip to content

Commit

Permalink
Do not use my alias 'git ls'
Browse files Browse the repository at this point in the history
  • Loading branch information
raimon49 committed Nov 29, 2015
1 parent 16328f3 commit 5e0ba10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/usr/bin/env rake

task :ci => [:dump, :test]
task :ci => [:dump, :currentv, :test]

task :dump do
sh 'vim --version'
end

task :currentv do
sh 'git ls | xargs grep -n \'Version:\''
sh 'git ls-files | xargs grep -n \'Version:\''
end

task :test do
Expand Down

0 comments on commit 5e0ba10

Please sign in to comment.