NCBI-Hackathons / seqr

Creative Commons Zero v1.0 Universal
12 stars 2 forks source link

Travis build issue #49

Open lianyi opened 8 years ago

lianyi commented 8 years ago

It seems our testing case won't able to fit in travis free plan that limited by 3G memory( heap+ off-heap) and 2 cores, and that's why the build process was killed in recent builds. Therefore I think we can move off expensive tests from travis while still keep them as a default option so we can still run the test locally.

This request and part of #48 were mainly to address this issue.

lianyi commented 8 years ago

mvn test will still run the full test. Just Travis.Cl will skip the ArgsTest

mvn test -B -Dtest.excludes="**/*ArgsTest.java"