pandoc/.travis.yml

8 lines
192 B
YAML
Raw Normal View History

2012-03-13 16:39:26 +01:00
language: haskell
before_install:
- git submodule update --init --recursive
install:
- cabal update
- cabal install -ftests
2012-03-15 02:34:33 +01:00
script: cabal configure -ftests && cabal build && cabal test