Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis build issue #49

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Travis build issue #49

wants to merge 2 commits into from

Conversation

lianyi
Copy link
Collaborator

@lianyi lianyi commented Sep 24, 2015

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
Copy link
Collaborator Author

lianyi commented Sep 24, 2015

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant