Skip to content

Commit 86e5e02

Browse files
petihvr
authored andcommitted
travis.yml: add ghc 8,6.5 and 8.8.1 to the list of tested compilers.
1 parent 8ebad31 commit 86e5e02

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ before_cache:
3838

3939
matrix:
4040
include:
41+
- compiler: "ghc-8.8.1"
42+
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-3.0,ghc-8.8.1], sources: [hvr-ghc]}}
43+
- compiler: "ghc-8.6.5"
44+
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-8.6.5], sources: [hvr-ghc]}}
4145
- compiler: "ghc-8.4.4"
4246
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-8.4.4], sources: [hvr-ghc]}}
4347
- compiler: "ghc-8.2.2"
@@ -54,6 +58,7 @@ matrix:
5458
allow_failures:
5559
- compiler: "ghc-7.6.3"
5660
- compiler: "ghc-7.8.4"
61+
- compiler: "ghc-8.8.1"
5762

5863
before_install:
5964
- HC=/opt/ghc/bin/${CC}

0 commit comments

Comments
 (0)