taggy/.travis.yml

16 lines
282 B
YAML
Raw Normal View History

2014-06-05 16:13:06 +04:00
language: haskell
script:
2014-06-23 14:20:37 +04:00
- cabal configure --enable-tests && cabal build && cabal test
2014-06-05 16:13:06 +04:00
before_install:
- cabal update
install:
2014-06-23 14:20:37 +04:00
- cabal install --only-dependencies --enable-tests
2014-06-05 16:13:06 +04:00
notifications:
email:
- alpmestan@gmail.com
irc: "irc.freenode.org#haskell-math"