]> git.immae.eu Git - github/fretlink/text-pipes.git/blob - .travis.yml
travis apt
[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
9
10
11 install:
12 - $CABAL install --dependencies-only
13 - $CABAL configure
14 - $CABAL build