Skip to content

Commit 8b13e54

Browse files
committed
Added 'CABALVER=1.24 GHCVER=8.0.1' combination to test matrix.
1 parent 13db471 commit 8b13e54

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ matrix:
1818
packages:
1919
- cabal-install-1.22
2020
- ghc-7.10.3
21+
- env: CABALVER=1.24 GHCVER=8.0.1
22+
addons:
23+
apt:
24+
sources:
25+
- hvr-ghc
26+
packages:
27+
- cabal-install-1.24
28+
- ghc-8.0.1
2129
- env: CABALVER=head GHCVER=head
2230
addons:
2331
apt:

0 commit comments

Comments
 (0)