Move -Werror to travis config#1420
Move -Werror to travis config#1420paf31 merged 3 commits intopurescript:masterfrom erdeszt:move-werror-to-travis-config
Conversation
|
👍 Thanks. Let's see what Travis does this time. |
|
This'll conflict with my changes I think, as I removed |
|
Why only run Also, sorry I didn't think to mention this earlier, but perhaps base-compat might be a bit nicer than CPP all over the place? I think it would also make it easier to deal with any changes in future |
|
Both of those sound like good ideas to me. |
I've already discovered how painful it is to try and track down warnings by waiting 5-10 minutes for Travis to fail so an import can be tweaked... several times :) It wouldn't be so bad if you got all the errors at once. |
|
Wouldn't |
|
Looks like it, yep! |
|
This needs to be merged with |
|
Thanks! |
As suggested in #1411 moving the -Werror to the travis config from the cabal file.
Not sure though that this is the right way of doing it, I've never used travis before.