summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 68b7e2137490376e4395bed4feecab3b3c57d85a (plain)
1
2
3
4
5
6
7
8
9
10
11
language: haskell

notifications:
  email: false

install:
  - cabal sandbox init
  - ./dev/update-dependencies.sh

script:
  - cabal configure --enable-tests --enable-benchmark && cabal build && ./dist/build/spec/spec