Commit f2df9a0e authored by Fabio Pelosin's avatar Fabio Pelosin

[Rakefile] Force build Xcodeproj native extensions on Travis

parent a7d36c16
......@@ -367,7 +367,7 @@ task :bootstrap, :use_bundle_dir? do |t, args|
puts "Installing gems"
if args[:use_bundle_dir?]
sh "ruby --version"
sh "bundle install --path ./travis_bundle_dir"
sh "XCODEPROJ_BUILD=1 bundle install --path ./travis_bundle_dir"
else
execute_command "bundle install"
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