aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: 494fa0bc56930e6bd927ad1365586ee2a640911c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 install --dependencies-only 
  - cabal configure 
  - cabal build