Skip to content

Commit d7f3d73

Browse files
committed
Update .travis.yml
1 parent 812d05f commit d7f3d73

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@ sudo: true
33

44
# Add new environments to the build here:
55
env:
6-
- GHCVER=8.0.2 CABALVER=1.24
7-
- GHCVER=head CABALVER=head
6+
- GHCVER=7.10.3 CABALVER=1.22
7+
- GHCVER=8.0.2 CABALVER=1.24
8+
- GHCVER=8.2.1 CABALVER=2.0
9+
- GHCVER=head CABALVER=head
810

911
# Allow for develop branch to break
1012
matrix:
1113
allow_failures:
14+
- env: GHCVER=7.10.3 CABALVER=1.22
1215
- env: GHCVER=head CABALVER=head
1316

1417
# Manually install ghc and cabal

0 commit comments

Comments
 (0)