From eed1f8b4a3a659a75b9ae8849d7e17893fed2a77 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel <hvr@gnu.org> Date: Sat, 24 Feb 2018 09:48:31 +0100 Subject: [PATCH] YAML kills a kitten again... --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index dd728a9..5ccb00e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,9 +27,8 @@ before_cache: matrix: include: - compiler: "ghc-7.0.4" - env: INSTALLED=false - # can't build the testsuites dependencies with 7.0 - env: TEST=--disable-tests BENCH=--disable-benchmarks + # can't build the testsuites dependencies with 7.0 + env: INSTALLED=false TEST=--disable-tests BENCH=--disable-benchmarks addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-7.0.4], sources: [hvr-ghc]}} - compiler: "ghc-7.2.2" # can't build the testsuites dependencies with 7.2 -- GitLab