From 495b5a9576a4477cd136a40e056cb9a2e87ef09d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 22 Mar 2015 15:15:27 +0200 Subject: [PATCH] Try single threaded build to avoid memory exhaustion --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2e373eb..23e522b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ install: - echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]" - travis_retry cabal update - cabal install alex happy - - cabal install --only-dependencies --enable-tests --enable-benchmarks + - cabal install --only-dependencies --enable-tests --enable-benchmarks -j1 # Here starts the actual work to be performed for the package under test; any command which exits with a non-zero exit code causes the build to fail. script: