From 6b73e95f8ab4f1789347e33a88ab500cbd5fb271 Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Thu, 28 Nov 2013 14:24:00 +0100 Subject: [PATCH] Disable coveralls on travis with jruby Causes an error Coveralls encountered an exception: Java::JavaLang::OutOfMemoryError Java heap space --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index d15a4bb3d..a7caebd3d 100644 --- a/Rakefile +++ b/Rakefile @@ -55,6 +55,8 @@ Fog::Rake::TestTask.new namespace :test do mock = 'true' || ENV['FOG_MOCK'] task :travis do + # jruby coveralls causes an OOM in travis + ENV['COVERAGE'] = 'false' if RUBY_PLATFORM == 'java' sh("export FOG_MOCK=#{mock} && bundle exec shindont") end task :vsphere do