We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6768a3 commit ea830ebCopy full SHA for ea830eb
.travis.yml
@@ -1,7 +1,5 @@
1
# It seems that we can't use the CABALVER and GHCVER environment variables in a
2
# 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.
5
matrix:
6
include:
7
- env: CABALVER=1.16 GHCVER=7.0.4
@@ -44,14 +42,14 @@ matrix:
44
42
packages:
45
43
- cabal-install-1.20
46
- ghc-7.8.4
47
- - env: CABALVER=1.22 GHCVER=7.10.1
+ - env: CABALVER=1.22 GHCVER=7.10.2
48
addons:
49
apt:
50
sources:
51
- hvr-ghc
52
53
- cabal-install-1.22
54
- - ghc-7.10.1
+ - ghc-7.10.2
55
- env: CABALVER=head GHCVER=head
56
57
0 commit comments