
Hi,
I just added a .travis.yml file to GHC master. This means that every
push will be validated automatic and for free by travis; you can check
the build status at https://travis-ci.org/ghc/ghc/builds
It is not a full validation. In particular,
* it skips DPH
* it does not build dynamic libraries and no dynamic executables
* does not build haddock or generate documentation
* only runs fast tests, and no performance tests
This way we stay under the 50 minuite limit.
Failures are reported to me, and I’ll manually report relevant breakage
to you. It is also configured to mail to ghc-builds@haskell.org, but I
don’t see these messages there. Maybe some mailing list admin needs to
whitelist mails from Travis CI