summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: cb221e56760388fe049d88f3e2f549faa68e6a8a (plain)
1
2
3
4
5
6
7
language: haskell
before_install:
  - git submodule update --init --recursive
install:
  - cabal update
  - cabal install -ftests
script:  cabal configure -ftests && cabal build && cabal test