[commit: packages/containers] master: Update .travis.yml per hvr's advice (d1c257a)
git at git.haskell.org
git at git.haskell.org
Fri Jan 23 22:42:47 UTC 2015
Repository : ssh://git@git.haskell.org/containers
On branch : master
Link : http://git.haskell.org/packages/containers.git/commitdiff/d1c257aa1385ebe6801a296e5b5decfb3b6e84f3
>---------------------------------------------------------------
commit d1c257aa1385ebe6801a296e5b5decfb3b6e84f3
Author: David Feuer <David.Feuer at gmail.com>
Date: Wed Jan 14 22:47:19 2015 -0500
Update .travis.yml per hvr's advice
We want it to be able to build with 7.10 and head.
>---------------------------------------------------------------
d1c257aa1385ebe6801a296e5b5decfb3b6e84f3
.travis.yml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 8af3116..9505f69 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,12 +7,13 @@ env:
# no package for earlier cabal versions in the PPA
- GHCVER=7.4.2 CABALVER=1.16
- GHCVER=7.6.3 CABALVER=1.16
- - GHCVER=7.8.2 CABALVER=1.18
- - GHCVER=head CABALVER=1.20
+ - GHCVER=7.8.4 CABALVER=1.18
+ - GHCVER=7.10.1 CABALVER=1.22
+ - GHCVER=head CABALVER=head
matrix:
allow_failures:
- - env: GHCVER=head CABALVER=1.20
+ - env: GHCVER=head CABALVER=head
# Note: the distinction between `before_install` and `install` is not
# important.
More information about the ghc-commits
mailing list