Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Add ghc-7.8 travis job
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Nov 11, 2017
1 parent f7c1b90 commit 2850149
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ matrix:
language: generic
addons: { apt: { packages: [ libgmp-dev ] } }
compiler: ghc-7.10
- env: BUILD=stack RESOLVER=ghc-7.8 HADDOCK="--no-haddock"
language: generic
addons: { apt: { packages: [ libgmp-dev ] } }
compiler: ghc-7.8
- env: BUILD=stack RESOLVER=ghc-8.0
os: osx
language: generic
Expand Down Expand Up @@ -77,7 +81,7 @@ script:
--flag foundation:bounds-check ${EXPERIMENTAL} \
--install-ghc \
--coverage --bench --no-run-benchmarks \
--haddock --no-haddock-deps
${HADDOCK---haddock --no-haddock-deps}
;;
cabal)
cabal install --only-dependencies --enable-tests
Expand Down

0 comments on commit 2850149

Please sign in to comment.