From f628440df9da4fa4fbafb33a417a933440bcc41c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 20 Jun 2015 17:03:15 +1000 Subject: [PATCH] Travis: removed parallism from coverity build prevent compiler faults --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 14610974fe..0464a5619e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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