X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=.travis.yml;h=712aa5698a81505ff4dacafe8a000b54d7416987;hb=3412dff4538e0335d5703751efac5017ea02cabf;hp=879149cf8d582a1ead4234812a1d539f85bc07be;hpb=10e2de4fa9526b279a7ba0a958c7ad9287cf278c;p=github%2Ffretlink%2Ftext-pipes.git diff --git a/.travis.yml b/.travis.yml index 879149c..712aa56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,6 @@ 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 +ghc: + - 7.6 + - 7.8 +notifications: + email: false \ No newline at end of file