From e7afd75c67cb6a0e433a73475ce5f8d7ecf3691f Mon Sep 17 00:00:00 2001 From: Julius Michaelis Date: Tue, 21 Feb 2017 18:34:07 +0100 Subject: [PATCH] Travis: container based builds are bad --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 87cc54303..70f081205 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,12 +2,11 @@ language: cpp dist: trusty -sudo: false # for some reason, this causes spurious fails with installing the udev package… or something. You can restart the build and it will work, but if that gets too annoying, set sudo: required. (maybe only for the gcc-5 build, I've only observed it there up to now…) +sudo: required # not actually required, but the virtualization builds are more stable and have better single core performance. If in doubt, remove. matrix: include: - os: linux - sudo: required # not actually required, but the virtualization builds have better single core performance. If in doubt, remove. compiler: gcc addons: apt: