summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-11-09 10:07:52 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-11-09 10:07:52 -0800
commit384d03dcfe6466e459db004a6376633ae98d2c3e (patch)
tree1983cadd9d94f8dea163e7bc26c7140790ed37cd /.travis.yml
parente0c83f74f39ca94437d0b6f823c6f932aa663fe0 (diff)
Revert "Give up support for ghc 7.4."
This reverts commit e0c83f74f39ca94437d0b6f823c6f932aa663fe0.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index cd6b1ee25..2901288e9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,6 +13,9 @@ before_cache:
matrix:
include:
+ - env: CABALVER=1.16 GHCVER=7.4.2 GHCOPTS=-Werror
+ compiler: ": #GHC 7.4.2"
+ addons: {apt: {packages: [cabal-install-1.16,ghc-7.4.2], sources: [hvr-ghc]}}
- env: CABALVER=1.16 GHCVER=7.6.3 GHCOPTS=-Werror
compiler: ": #GHC 7.6.3"
addons: {apt: {packages: [cabal-install-1.16,ghc-7.6.3], sources: [hvr-ghc]}}