Description
Currently, the Travis CI build process takes close to 30 minutes to complete (depending on the change).
One of the inefficiencies is that many jobs duplicate the same work all over again. Travis CI provides a feature called build stages which may help eliminate this inefficiency.
Speeding up our CI build time will make it much more feasible to iterate on changes, and ultimately make the process of contributing to this project moroe pleasant.
Requirements (place an x in each of the [ ])
Description
Currently, the Travis CI build process takes close to 30 minutes to complete (depending on the change).
One of the inefficiencies is that many jobs duplicate the same work all over again. Travis CI provides a feature called build stages which may help eliminate this inefficiency.
Speeding up our CI build time will make it much more feasible to iterate on changes, and ultimately make the process of contributing to this project moroe pleasant.
Requirements (place an
xin each of the[ ])