From 351a78c9ca67b456745c5c81b27f54083665e7e6 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov <mikhail.glushenkov@gmail.com> Date: Mon, 9 Mar 2015 00:05:32 +0100 Subject: [PATCH] travis.yml: also test on GHC 7.10. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d3450f4f42..c52b75b482 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ env: - GHCVER=7.4.2 - GHCVER=7.6.3 - GHCVER=7.8.3 + - GHCVER=7.10.1 - GHCVER=head # Note: the distinction between `before_install` and `install` is not important. @@ -67,4 +68,5 @@ script: matrix: allow_failures: + - env: GHCVER=7.10.1 - env: GHCVER=head -- GitLab