summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-10-09 14:44:32 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-10-09 14:44:32 -0700
commit3687dc36d584ed1758898e2ce612ff96f1d9f6a5 (patch)
tree2c9074e53c17aff1a9ed4da01ac827fb902f15bf /.travis.yml
parent114103d67fcb100dda8edde45fa3eee680cdd678 (diff)
Test also on ghc 7.4.2.
Made make_travis_yml.hs a bit more robust.
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 310824d9e..6079e61c1 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]}}