aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
blob: 879149cf8d582a1ead4234812a1d539f85bc07be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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 configure 
  - cabal build