I think there are rooms to optimize much more - feel free to propose or contribute!
On Tue, Mar 8, 2016 at 10:29 AM -0800, "Eric Charles" <e...@apache.org> wrote: Makes sense. No need to run tests if a module fails on compilation, format... On 08/03/16 18:52, Felix Cheung wrote: > Right now Travis does a full build first and then run the tests in a separate > steps. > > > > > > > On Tue, Mar 8, 2016 at 2:36 AM -0800, "Eric Charles" <e...@apache.org> wrote: > > > > > > Hi there, > > I see tests are disabled on Travis. > > e.g. From > https://s3.amazonaws.com/archive.travis-ci.org/jobs/114476198/log.txt > > $ export PROFILE="-Pspark-1.5 -Phadoop-2.3 -Ppyspark" > $ export BUILD_FLAG="package -DskipTests" > > Is this on purpose? >