aboutsummaryrefslogblamecommitdiffhomepage
path: root/.travis.yml
blob: 93759f083eb2bfb2a1adb1fcb2580ebb291ba7fa (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                           
                    








                                                                                          
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 
  - cabal build

notifications:
  irc:
    channels:
      - "irc.freenode.org##piffle"
    skip_join: true
    template:
      - "\x0313linear\x03/\x0306%{branch}\x03 \x0314%{commit}\x03 %{build_url} %{message}"