-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Onward to scala 2.11.8. #938
Conversation
Oops, I accidentally snuck a couple new plugins in as well. That's actually what got me started on the whole thing, but I completely forgot until I skimmed the diff. |
👍 |
Great! In my initial push the build failed because
|
|
Hah, I can't believe I didn't think of doing that. |
Unused import detection has improved, leading to a number of deletions.
👍 on Travis green |
It all seems fine, but the builds hang up:
On my last push I removed those two plugins in case one was causing this, but it has happened again since. Has this happened before? My first guess would be memory exhaustion though I don't know why this commit would cross any threshold. |
I've restarted the build. |
And restart again...... |
Current coverage is
|
Fantastic. Thanks @paulp! |
Unused import detection has improved, leading to a number
of deletions.