Commit ed6e3ffc authored by Fabio Pelosin's avatar Fabio Pelosin

[Specs] Baazar and Mercurial are not needed anymore

parent 46be43de
...@@ -7,7 +7,6 @@ before_install: ...@@ -7,7 +7,6 @@ before_install:
- curl http://curl.haxx.se/ca/cacert.pem -o /usr/local/share/cacert.pem - curl http://curl.haxx.se/ca/cacert.pem -o /usr/local/share/cacert.pem
# - sh -c 'if [ "$RVM_RUBY_VERSION" != "system" ]; then rvm install $RVM_RUBY_VERSION --without-tcl --without-tk; fi' # - sh -c 'if [ "$RVM_RUBY_VERSION" != "system" ]; then rvm install $RVM_RUBY_VERSION --without-tcl --without-tk; fi'
- source ~/.rvm/scripts/rvm && rvm use $RVM_RUBY_VERSION - source ~/.rvm/scripts/rvm && rvm use $RVM_RUBY_VERSION
- brew update && brew install bzr
install: eval $RUBY_VERSION_SPECIFIC && rake bootstrap[use_bundle_dir] install: eval $RUBY_VERSION_SPECIFIC && rake bootstrap[use_bundle_dir]
script: bundle exec rake spec:ci script: bundle exec rake spec:ci
notifications: notifications:
......
...@@ -31,15 +31,6 @@ task :bootstrap, :use_bundle_dir? do |t, args| ...@@ -31,15 +31,6 @@ task :bootstrap, :use_bundle_dir? do |t, args|
else else
execute_command "env XCODEPROJ_BUILD=1 bundle install" execute_command "env XCODEPROJ_BUILD=1 bundle install"
end end
puts "Checking for hg and bzr..."
if `which hg`.strip.empty?
puts "Please install Mercurial: `brew install hg`"
end
if `which bzr`.strip.empty?
puts "Please install Bazaar: `brew install bzr`"
end
end end
# Post release # Post release
......
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