mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-09 23:34:42 +00:00
chore(Rakefile): parallelize the build on Travis
now that the forking issue is solved we can run regular build there https://github.com/travis-ci/travis-ci/issues/845
This commit is contained in:
parent
e47f8d2b96
commit
a8a3efb5f0
1 changed files with 1 additions and 5 deletions
6
Rakefile
6
Rakefile
|
|
@ -105,11 +105,7 @@ task :minify => [:init, :concat, :concat_scenario] do
|
||||||
'angular-bootstrap.js',
|
'angular-bootstrap.js',
|
||||||
'angular-bootstrap-prettify.js'
|
'angular-bootstrap-prettify.js'
|
||||||
].each do |file|
|
].each do |file|
|
||||||
unless ENV['TRAVIS']
|
fork { closure_compile(file) }
|
||||||
fork { closure_compile(file) }
|
|
||||||
else
|
|
||||||
closure_compile(file)
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
Process.waitall
|
Process.waitall
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue