X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=712aa5698a81505ff4dacafe8a000b54d7416987;hb=3412dff4538e0335d5703751efac5017ea02cabf;hp=c099defb6f0a5d0b552e6b89c5e3e9868d513e0e;hpb=b28660f6df52c0da5995318765c37cec65f19225;p=github%2Ffretlink%2Ftext-pipes.git diff --git a/.travis.yml b/.travis.yml index c099def..712aa56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,20 +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 $mode - -install: - - cabal configure $mode - - cabal build - +ghc: + - 7.6 + - 7.8 notifications: - irc: - channels: - - "irc.freenode.org##piffle" - skip_join: true - template: - - "\x0313linear\x03/\x0306%{branch}\x03 \x0314%{commit}\x03 %{build_url} %{message}" + email: false \ No newline at end of file