From 9f6202e43014efe0c389807b2bae4da312863d99 Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Thu, 28 May 2020 01:05:06 +0300 Subject: [PATCH] CI: Travis: env: global: add setting: add ghcjs{TmpLogFile,LogTailLength}, notes M .travis.yml --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 347617c..5969e50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -84,6 +84,10 @@ env: - generateOptparseApplicativeCompletion=false # NOTE: Don't fail at configure time if there are multiple versions of the same package in the (recursive) dependencies of the package being built. Will delay failures, if any, to compile time. - allowInconsistentDependencies=false + # NOTE: Log file to dump GHCJS build into + - ghcjsTmpLogFile='/tmp/ghcjsTmpLogFile.jog' + # NOTE: Length of the GHCJS log tail (<40000) + - ghcjsLogTailLength=10000 matrix: - GHCVERSION=ghc865 STRICT=false TRACING=false