Files
pandoc/.travis.yml
T

8 lines
192 B
YAML

language: haskell
before_install:
- git submodule update --init --recursive
install:
- cabal update
- cabal install -ftests
script: cabal configure -ftests && cabal build && cabal test