lens-2.7: .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 to get benchmarks
- cabal configure --enable-tests --enable-benchmarks
- cabal build
script:
- cabal test --show-details=always
- cabal bench
notifications:
irc: "irc.freenode.org#haskell-lens"