Travis: run tests sequentially.

They're too intensive and already make good use of the availabe CPU and RAM.
This commit is contained in:
Felipe Lessa 2015-05-31 15:14:46 -03:00
parent 1770734cdb
commit e9c4ea69a5

View File

@ -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