-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
sum-of-multiples: Explicitly pass [3, 5] instead of defaulting #101
sum-of-multiples: Explicitly pass [3, 5] instead of defaulting #101
Conversation
This does not bode well. The build fails for Relevant parts of the failing build logs (in case they become unavailable from travis)
|
I think this is because cabal packages are cached and new versions have appeared since we last cached. This would break our cached packages. Clearing the cache will maybe solve this. |
Definitely a cache-related, since https://travis-ci.org/exercism/xhaskell/builds/117969333 on 77dcf3c succeeded Let's see if I can't do something to help here... |
Good, I can cause the cache to get cleared on this branch, so that makes tests pass for this PR. I suspect master will remain broken until the cache gets cleared. |
I've deleted the caches for master. |
Closes #100