提交 36a76e1c 编写于 作者: J Joshua Peek 提交者: Chris Wanstrath

Tests can sometimes fail when you run them from weird places

(homebrew). Just build the standalone script no matter.
上级 ac4c9241
......@@ -18,7 +18,7 @@ desc "Build a gem"
task :gem => [ :gemspec, :build ]
desc "Build standalone script"
task :standalone => [ :test, :load_hub ] do
task :standalone => :load_hub do
require 'hub/standalone'
Hub::Standalone.save('hub')
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册