pandoc/.travis.yml

8 lines
192 B
YAML
Raw Normal View History

2012-03-13 08:39:26 -07:00
language: haskell
before_install:
- git submodule update --init --recursive
install:
- cabal update
- cabal install -ftests
2012-03-14 18:34:33 -07:00
script: cabal configure -ftests && cabal build && cabal test