]> git.immae.eu Git - github/fretlink/text-pipes.git/blob - .travis.yml
93759f083eb2bfb2a1adb1fcb2580ebb291ba7fa
[github/fretlink/text-pipes.git] / .travis.yml
1 language: haskell
2
3 before_install:
4 # Uncomment whenever hackage is down.
5 # - mkdir -p ~/.cabal && cp travis/config ~/.cabal/config && cabal update
6
7 # Try installing some of the build-deps with apt-get for speed.
8 - travis/cabal-apt-install $mode
9
10 install:
11 - cabal configure
12 - cabal build
13
14 notifications:
15 irc:
16 channels:
17 - "irc.freenode.org##piffle"
18 skip_join: true
19 template:
20 - "\x0313linear\x03/\x0306%{branch}\x03 \x0314%{commit}\x03 %{build_url} %{message}"