Browse Source

Travis: removed parallism from coverity build

prevent compiler faults
mission-4.1.18
Andrew Tridgell 10 years ago
parent
commit
f628440df9
  1. 2
      .travis.yml

2
.travis.yml

@ -31,5 +31,5 @@ addons: @@ -31,5 +31,5 @@ addons:
description: "Build submitted via Travis CI"
notification_email: andrew-scan@tridgell.net
build_command_prepend: "make clean"
build_command: "make -j 4"
build_command: "make"
branch_pattern: coverity_scan

Loading…
Cancel
Save