Skip to content
Snippets Groups Projects
Unverified Commit be2fe55e authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing: Committed by Mikhail Glushenkov
Browse files

Try to workaround job timeout with -j2

GHC 8.2.1 appears to take significantly longer to compile the code
and pushes us over the Travis job time limit.
parent a12bc26a
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ install:
# build config format changed.
script:
- rm -rf dist-newstyle
- ./travis-${SCRIPT}.sh -j1
- ./travis-${SCRIPT}.sh -j2
cache:
directories:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment