Skip to content

Commit

Permalink
Remove no more existing task dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudgg committed May 20, 2012
1 parent 1320aa9 commit bf2e0f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rakefile
Expand Up @@ -19,7 +19,6 @@ namespace(:spec) do
else
desc "Run all specs on multiple ruby versions (requires rvm)"
task(:portability) do
Rake::Task[:build_mac_exec].invoke if RbConfig::CONFIG['host_os'] =~ /darwin(9|1\d)/i
travis_config_file = File.expand_path("../.travis.yml", __FILE__)
begin
travis_options ||= YAML::load_file(travis_config_file)
Expand Down

0 comments on commit bf2e0f5

Please sign in to comment.