Back to single process as CircleCI runs out of memory.

This commit is contained in:
Rene Rivera
2017-02-24 20:57:52 -06:00
parent ae508bbdd0
commit d3244bb04e

View File

@@ -18,9 +18,8 @@ build_all()
log_time "Start of testing. [build_all]"
build_setup
update_tools
build_one develop &
build_one master &
wait
build_one develop
build_one master
log_time "End of testing. [build_all]"
}