From e879480a74a2548e8df2f5c61eae43432a2eb23e Mon Sep 17 00:00:00 2001 From: Harendra Kumar Date: Tue, 18 Jun 2019 00:13:57 +0530 Subject: [PATCH] Allow failure for GHCJS build for now --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0c29b758..0e7c005b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -196,6 +196,7 @@ matrix: - env: BUILD=cabal-v2 GHCVER=head GHC_OPTIONS="" - env: BUILD=stack RESOLVER=nightly DISABLE_SDIST_BUILD=y DISABLE_DIST_CHECKS=y - env: BUILD=stack RESOLVER=lts-13 HLINT_COMMANDS="hlint lint ." + - env: BUILD=cabal-v2 ENABLE_GHCJS=y ENABLE_INSTALL= DISABLE_SDIST_BUILD=y # ------------------------------------------------------------------------ # Settings beyond this point are advanced and normally not tweaked