write-you-a-haskell/.travis.yml

11 lines
98 B
YAML
Raw Normal View History

2015-01-08 06:49:52 +03:00
language: haskell
2015-01-08 06:18:51 +03:00
ghc:
- 7.8
2015-01-08 06:48:02 +03:00
install:
- cabal install pandoc
script:
- "./run-tests.sh"