提交 16c0d1d3 编写于 作者: C Carl Lerche

Run bundle exec rake instead of bin/rake during CI

上级 90ab1a6a
......@@ -7,7 +7,7 @@ def root_dir
end
def rake(*tasks)
tasks.each { |task| return false unless system("#{root_dir}/bin/rake", task) }
tasks.each { |task| return false unless system("bundle exec rake", task) }
true
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册