[Haskell-cafe] RFC: Changes to Travis CI's Haskell support

Simon Hengel sol at typeful.net
Wed Dec 5 09:51:51 CET 2012


On Mon, Dec 03, 2012 at 08:13:42AM -0800, Johan Tibell wrote:
> On Mon, Dec 3, 2012 at 1:04 AM, Simon Hengel <sol at typeful.net> wrote:
> > I think the right thing to do is:
> >
> >     install:
> >       - cabal install --only-dependencies --enable-tests
> >
> >     script:
> >       - cabal configure --enable-tests && cabal build && cabal test
> >
> > Please let me know if you think there are better ways to do it, or if
> > you see any issues.
> 
> This is the right thing to do.

I just created the PRs:

    https://github.com/travis-ci/travis-build/pull/51
    https://github.com/travis-ci/travis-ci.github.com/pull/172

Cheers,
Simon



More information about the Haskell-Cafe mailing list