mirror of
https://github.com/raimon49/requirements.txt.vim.git
synced 2025-12-06 10:04:23 +08:00
Do not use my alias 'git ls'
This commit is contained in:
4
Rakefile
4
Rakefile
@@ -1,13 +1,13 @@
|
|||||||
#!/usr/bin/env rake
|
#!/usr/bin/env rake
|
||||||
|
|
||||||
task :ci => [:dump, :test]
|
task :ci => [:dump, :currentv, :test]
|
||||||
|
|
||||||
task :dump do
|
task :dump do
|
||||||
sh 'vim --version'
|
sh 'vim --version'
|
||||||
end
|
end
|
||||||
|
|
||||||
task :currentv do
|
task :currentv do
|
||||||
sh 'git ls | xargs grep -n \'Version:\''
|
sh 'git ls-files | xargs grep -n \'Version:\''
|
||||||
end
|
end
|
||||||
|
|
||||||
task :test do
|
task :test do
|
||||||
|
|||||||
Reference in New Issue
Block a user