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