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

Make it possible to suppress logging the check results to the sbt log. #46

Merged
merged 1 commit into from
Apr 17, 2017

Conversation

gregsymons
Copy link
Contributor

No description provided.

@gregsymons gregsymons closed this Feb 2, 2016
@gregsymons gregsymons reopened this Feb 2, 2016
@gregsymons
Copy link
Contributor Author

I'm pretty sure this build failure has nothing to do with my change since #48 looks to have the same problem. Is the build doing something weird that Travis doesn't like?

@@ -4,3 +4,4 @@ script:
jdk:
- oraclejdk7
- openjdk7
sudo: false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was there a reason for this? Was travis complaining?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Honestly I don't remember how I figured out that this would fix the build, but it does. On the plus side, disabling sudo lets you use the Docker infrastructure, which has more capacity, and shorter queues. Since sudo is unnecessary for the build, it doesn't hurt to turn it off.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool. Thanks.

@matthewfarwell
Copy link
Member

Can you do a rebase & squash, and I'll merge this. Thanks.

  The silent parameter will suppress logging the results of the checks to the sbt
  log. This can be useful in the case where you're generating and XML report
  anyway, and don't really need the warnings on the console.

* Prefix the result summary log messages.

  It makes them easier to pick out when you have several tasks running in
  parallel.

* Disable sudo for TravisCI to fix buffer overflow, and to get priority build queuing.
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

2 participants