From e9c4ea69a55718fb7d1750ddf95eaf27ba01334c Mon Sep 17 00:00:00 2001 From: Felipe Lessa Date: Sun, 31 May 2015 15:14:46 -0300 Subject: [PATCH] Travis: run tests sequentially. They're too intensive and already make good use of the availabe CPU and RAM. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eb504e6..746ebe9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,4 +51,4 @@ before_script: # 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: - cabal-meta install --only-dependencies --enable-tests --enable-benchmarks --force-reinstalls - - cabal-meta install --run-tests + - cabal-meta install --run-tests --jobs=1