Commit a7d36c16 authored by Fabio Pelosin's avatar Fabio Pelosin

[Rakefile] Print boostrap information on Travis

parent b68d61df
...@@ -366,7 +366,8 @@ task :bootstrap, :use_bundle_dir? do |t, args| ...@@ -366,7 +366,8 @@ task :bootstrap, :use_bundle_dir? do |t, args|
puts "Installing gems" puts "Installing gems"
if args[:use_bundle_dir?] if args[:use_bundle_dir?]
execute_command "bundle install --path ./travis_bundle_dir" sh "ruby --version"
sh "bundle install --path ./travis_bundle_dir"
else else
execute_command "bundle install" execute_command "bundle install"
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment