Skip to content
Snippets Groups Projects
Unverified Commit ff32e2b4 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.

(cherry picked from commit be2fe55e)
parent 8dc087e4
No related branches found
No related tags found
No related merge requests found
...@@ -120,7 +120,7 @@ install: ...@@ -120,7 +120,7 @@ install:
# build config format changed. # build config format changed.
script: script:
- rm -rf dist-newstyle - rm -rf dist-newstyle
- ./travis-${SCRIPT}.sh -j1 - ./travis-${SCRIPT}.sh -j2
cache: cache:
directories: 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