Skip to content

Commit 0b53401

Browse files
committed
Don't compile in parallel, this may lead to trouble with older GHCs on Travis CI
1 parent 24e595c commit 0b53401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ before_script:
4949
script:
5050
- cabal install --enable-documentation
5151
- cabal sdist
52-
- make -j2 -C examples
52+
- make -C examples
5353

5454
after_script:
5555
- ghc-pkg list

0 commit comments

Comments
 (0)