diff --git a/.travis.yml b/.travis.yml index 590944bb..93590840 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: c -sudo: required -dist: trusty +dist: xenial compiler: - gcc @@ -26,5 +25,5 @@ addons: description: "Build submitted via Travis CI" notification_email: leo@yuriev.ru build_command_prepend: "make clean" - build_command: "make all -j 4" + build_command: "make all -j 2" branch_pattern: coverity_scan