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