summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2015-07-10 09:20:19 +0100
committerWill Thompson <will@willthompson.co.uk>2015-07-10 09:20:19 +0100
commitc0da509e48bfb9b8f7e351504ba5e7c06d86e9e1 (patch)
tree46b0d76e4b48814422adde61e0eb3a08b61c687b
parentd65d8907befa9416432d65ef9574faf7a2eb3cd6 (diff)
Love me some magic whitelists
-rw-r--r--.travis.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index bb1b84b..0511009 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,10 @@
sudo: false
env:
- - CABALVER=1.18 GHCVER=7.8.4 # eg Fedora 22
- - CABALVER=1.22 GHCVER=7.10.2
+# Fedora 22:
+ - CABALVER=1.18 GHCVER=7.8.4
+# 7.10.2 is not in the magic whitelist at https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise
+ - CABALVER=1.22 GHCVER=7.10.1
- CABALVER=head GHCVER=head
matrix:
@@ -23,7 +25,7 @@ addons:
- cabal-install-1.22
- cabal-install-head
- ghc-7.8.4
- - ghc-7.10.2
+ - ghc-7.10.1
- ghc-head
# /GAH
- happy-1.19.4