Skip to content

Commit 6711a43

Browse files
authored
Attempt to fix flaky Travis CI builds by reducing parallelism (#3972)
A bunch of builds have been failing.
1 parent 36a8983 commit 6711a43

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
@@ -20,5 +20,5 @@ install:
2020
- pip install .
2121

2222
script:
23-
- python runtests.py -j16 -x lint
23+
- python runtests.py -j12 -x lint
2424
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then flake8; fi

0 commit comments

Comments
 (0)