From: michaelt Date: Tue, 11 Nov 2014 23:04:36 +0000 (-0500) Subject: travis X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=10e2de4fa9526b279a7ba0a958c7ad9287cf278c;p=github%2Ffretlink%2Ftext-pipes.git travis --- diff --git a/.travis.yml b/.travis.yml index a9afda4..879149c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,12 @@ language: haskell +before_install: + # Uncomment whenever hackage is down. + # - mkdir -p ~/.cabal && cp travis/config ~/.cabal/config && cabal update + + # Try installing some of the build-deps with apt-get for speed. + - travis/cabal-apt-install + +install: + - cabal configure + - cabal build