lens-3.6.0.4: .travis.yml
language: haskell
before_install:
# Uncomment the next 3 lines whenever hackage is down.
# - mkdir -p ~/.cabal
# - cp config ~/.cabal/config
# - cabal update
# adding the hunit test suite causes us to have to reinstall regex-posix and regex-base
- cabal install --only-dependencies --enable-tests --enable-benchmarks --force-reinstall
install:
# we have to configure rather than install in order to get benchmarks
- cabal configure --enable-tests --enable-benchmarks -fdump-splices
- cabal build
script:
- cabal test --show-details=always
- cabal bench
notifications:
irc:
channels:
- "irc.freenode.org#haskell-lens"
skip_join: true
template:
- "\x0313lens\x03/\x0306%{branch}\x03 \x0314%{commit}\x03 %{build_url} %{message}"