Skip to content

Commit

Permalink
Add ghc-8.8.2 to travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
imalsogreg committed Mar 8, 2020
1 parent b24f46c commit 57e0288
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ matrix:
- env: CABALVER=head GHCVER=8.6.5
compiler: ": #GHC 8.6.5"
addons: {apt: {packages: [cabal-install-head,ghc-8.6.5], sources: [hvr-ghc]}}
- env: CABALVER=head GHCVER=8.8.2
compiler: ": #GHC 8.8.2"
addons: {apt: {packages: [cabal-install-head,ghc-8.8.2], sources: [hvr-ghc]}}

before_install:
- unset CC
Expand Down

0 comments on commit 57e0288

Please sign in to comment.