Skip to content

Commit e58e164

Browse files
authored
Add gcc 8.2.1 and update 8.0.2
1 parent 9b18913 commit e58e164

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
# The following enables several GHC versions to be tested; often it's enough to test only against the last release in a major GHC version. Feel free to omit lines listings versions you don't need/want testing for.
44
env:
55
- CABALVER=1.22 GHCVER=7.10.3
6-
- CABALVER=1.24 GHCVER=8.0.1
6+
- CABALVER=1.24 GHCVER=8.0.2
7+
- CABALVER=2.0 GHCVER=8.2.1
78

89
# Note: the distinction between `before_install` and `install` is not important.
910
before_install:

0 commit comments

Comments
 (0)