aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Rakefile6
1 files changed, 1 insertions, 5 deletions
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