Skip to content

Commit ea830eb

Browse files
committed
Test with GHC 7.10.2 instead of 7.10.1.
1 parent c6768a3 commit ea830eb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# It seems that we can't use the CABALVER and GHCVER environment variables in a
22
# toplevel addons.apt.packages section, so we have to duplicate things below.
3-
# Furthermore, GHC 7.10.2 is not on the whitelist yet.
4-
# TODO: Change 7.10.1 to 7.10.2 when it is whitelisted.
53
matrix:
64
include:
75
- env: CABALVER=1.16 GHCVER=7.0.4
@@ -44,14 +42,14 @@ matrix:
4442
packages:
4543
- cabal-install-1.20
4644
- ghc-7.8.4
47-
- env: CABALVER=1.22 GHCVER=7.10.1
45+
- env: CABALVER=1.22 GHCVER=7.10.2
4846
addons:
4947
apt:
5048
sources:
5149
- hvr-ghc
5250
packages:
5351
- cabal-install-1.22
54-
- ghc-7.10.1
52+
- ghc-7.10.2
5553
- env: CABALVER=head GHCVER=head
5654
addons:
5755
apt:

0 commit comments

Comments
 (0)