Skip to content

Commit

Permalink
travis: Limit parallell test processors
Browse files Browse the repository at this point in the history
Travis seems to be killing some procs when we start too much.

Also see theforeman/puppet-foreman_proxy#359
  • Loading branch information
lazyfrosch committed Aug 2, 2017
1 parent 970e531 commit e954261
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ before_install:
- bundle -v
script:
- 'bundle exec rake $CHECK'
env:
global:
- PARALLEL_TEST_PROCESSORS=16
matrix:
fast_finish: true
include:
Expand Down

0 comments on commit e954261

Please sign in to comment.