Skip to content

Commit 5257216

Browse files
committed
travis: Build with ghc 7.10.3 nd 8.6.2
1 parent c30e11b commit 5257216

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
# See http://www.reddit.com/r/haskell/comments/1os3f6/how_to_use_travisci_with_multiple_ghc_versions/
44

55
env:
6+
- GHCVER=7.10.3
67
- GHCVER=8.0.2
78
- GHCVER=8.2.2
8-
- GHCVER=8.4.3
9+
- GHCVER=8.4.4
10+
- GHCVER=8.6.2
911

1012
before_install:
1113
- sudo add-apt-repository -y ppa:hvr/ghc

0 commit comments

Comments
 (0)