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

Add Travis CI configuration for creaper #135

Merged
merged 1 commit into from
Aug 24, 2016

Conversation

kwart
Copy link
Member

@kwart kwart commented Aug 24, 2016

This also requires enabling access to the repository in the Travis CI.

https://travis-ci.org/profile/wildfly-extras

@Ladicek Could you enable it?

@Ladicek
Copy link
Contributor

Ladicek commented Aug 24, 2016

What is it going to do? I'd like mvn clean verify.

@Ladicek Ladicek self-assigned this Aug 24, 2016
@Ladicek Ladicek added this to the 1.5.0 milestone Aug 24, 2016
@kwart
Copy link
Member Author

kwart commented Aug 24, 2016

https://docs.travis-ci.com/user/languages/java

We can specify steps, by default it does

mvn test

and before running the build, Travis CI installs dependencies:

mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V

@kwart
Copy link
Member Author

kwart commented Aug 24, 2016

Are there any integration tests, so the verify is required? Or do we have just unit tests and the test phase is enough?

@Ladicek
Copy link
Contributor

Ladicek commented Aug 24, 2016

OK, my Travis skill is zero, could you please make it do verify? Static checks are done in that phase (CheckStyle, Findbugs, CodeNarc).

@kwart
Copy link
Member Author

kwart commented Aug 24, 2016

Updated.

@Ladicek
Copy link
Contributor

Ladicek commented Aug 24, 2016

OK, thanks. Looks reasonable, not sure how to test it other than merging this :-)

@Ladicek Ladicek merged commit ef2e230 into wildfly-extras:master Aug 24, 2016
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.

2 participants