From 48655b41fb0997a7c7dadba36a9050e0a94886e3 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Tue, 28 May 2019 21:23:49 +0300 Subject: [PATCH] mdbx-ci: switch to Xenial. Change-Id: Ibb4e397d1d405add92c6252fd31080197efeb9a2 --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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