From abe270c1eaddb54200fc7eeb7ef48caece5f66e2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 22 Mar 2015 16:46:34 +0200 Subject: [PATCH] Try to overcome memory issues on Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9d5b701..2a82ec0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ install: - travis_retry cabal update - cabal install alex happy - cabal install yesod-bin - - cabal install --only-dependencies + - cabal install --only-dependencies || cabal install --only-dependencies -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: