Skip to content

Commit

Permalink
Add GHC 8 to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Feb 27, 2016
1 parent 12cbfd9 commit d7437f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ matrix:
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.2,libtagc0-dev],sources: [hvr-ghc]}}
- env: CABALVER=1.22 GHCVER=7.10.3
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3,libtagc0-dev],sources: [hvr-ghc]}}
- env: CABALVER=1.24 GHCVER=8.0.1
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.1,libtagc0-dev],sources: [hvr-ghc]}}
- env: CABALVER=head GHCVER=head
addons: {apt: {packages: [cabal-install-head,ghc-head,libtagc0-dev], sources: [hvr-ghc]}}

Expand Down

0 comments on commit d7437f0

Please sign in to comment.