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: some minor improvements #5405

Merged
merged 1 commit into from Mar 13, 2017

Conversation

pascalgrimaud
Copy link
Member

  • rename app folder with gradle and psql
  • try to optimize order to speedup the global time
  • simply use -DskipTests without true value

- rename app folder with gradle and psql
- try to optimize order to speedup the global time
- simply use -DskipTests without true value
@jdubois jdubois merged commit e094a64 into jhipster:master Mar 13, 2017
@deepu105
Copy link
Member

@pascalgrimaud we still have a lot of INFO and DEBUG logs on the travis builds which makes it very difficult to scroll through to find errors. Is it possible to set some environment variable in travis script so that only WARNING and above logs are printed for everything? cc @jdubois

@deepu105
Copy link
Member

may be something like this http://stackoverflow.com/a/6307666/1273312

@pascalgrimaud
Copy link
Member Author

I think we can reduce more.
Anyway, the log info or debug are not important, right ? only the final result is important IMO

@jdubois
Copy link
Member

jdubois commented Mar 13, 2017

Yes I just changed the log level for tests today -> it was wrong anyway, the logback-test.xml which was supposed to work according to the Spring doc only worked when running tests in an IDE (and were not working with Maven!).
So that should be OK now.

@jdubois jdubois modified the milestone: 4.1.0 Mar 20, 2017
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.

None yet

3 participants