diff --git a/Rakefile b/Rakefile index 069579e5..1b443e2b 100644 --- a/Rakefile +++ b/Rakefile @@ -105,11 +105,7 @@ task :minify => [:init, :concat, :concat_scenario] do 'angular-bootstrap.js', 'angular-bootstrap-prettify.js' ].each do |file| - unless ENV['TRAVIS'] - fork { closure_compile(file) } - else - closure_compile(file) - end + fork { closure_compile(file) } end Process.waitall