Skip to content

Commit

Permalink
Parallelize Travis a bit more
Browse files Browse the repository at this point in the history
Apparently there are 2 cores, maybe we can speed up the run a bit by
increasing parallelism.

https://docs.travis-ci.com/user/reference/overview/
  • Loading branch information
tdooner committed Feb 26, 2020
1 parent 48f8ee2 commit b722f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ cache:
addons:
postgresql: '9.6'
script:
- make clean download import process && ./bin/travis-deploy
- make clean download import process -j2 && ./bin/travis-deploy

0 comments on commit b722f36

Please sign in to comment.