7 lines
130 B
YAML
7 lines
130 B
YAML
|
language: haskell
|
||
|
before_install:
|
||
|
- git submodule update --init --recursive
|
||
|
install:
|
||
|
- cabal update
|
||
|
- cabal install -ftests
|