pandoc/.travis.yml

8 lines
206 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 --enable-tests
script: cabal configure --enable-tests && cabal build && cabal test