1
1
mirror of https://github.com/sol/hpack.git synced 2024-10-04 11:47:15 +03:00
hpack/.travis.yml
2015-04-04 14:53:16 +08:00

7 lines
161 B
YAML

language: haskell
ghc: 7.8
before_install:
- cabal install happy
script:
- cabal configure --enable-tests --ghc-options=-Werror && cabal build && cabal test