Skip to content

Commit 68c8fc1

Browse files
committed
Don't test with GHC 7.8.3 anymore, and use 7.10.2 instead of 7.10.1.
1 parent ece2ad6 commit 68c8fc1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ env:
33
- CABALVER=1.16 GHCVER=7.2.2
44
- CABALVER=1.16 GHCVER=7.4.2
55
- CABALVER=1.16 GHCVER=7.6.3
6-
- CABALVER=1.18 GHCVER=7.8.3
76
- CABALVER=1.20 GHCVER=7.8.4
8-
- CABALVER=1.22 GHCVER=7.10.1
7+
- CABALVER=1.22 GHCVER=7.10.2
98
- CABALVER=head GHCVER=head
109

1110
matrix:

0 commit comments

Comments
 (0)