Skip to content

Commit

Permalink
Remove travis sudo option to help switch to xenial
Browse files Browse the repository at this point in the history
According to
https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment,
xenial is supposed to be the default linux build environment, using
vms. However, our jobs are still using trusty.

I think this might be related to the sudo option, which historically
made sure you were running on a vm and not in a
container. Container-based builds are deprecated as of
https://changelog.travis-ci.com/the-container-based-build-environment-is-fully-deprecated-84517,
so removing the sudo option to see if that helps force the switch to xenial.

Signed-off-by: Mark Stemm <mark.stemm@gmail.com>
  • Loading branch information
mstemm committed Sep 12, 2019
1 parent f750e5e commit 144d4f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ compiler: gcc
env:
- BUILD_TYPE=debug
- BUILD_TYPE=release
sudo: required
services:
- docker
before_install:
Expand Down

0 comments on commit 144d4f2

Please sign in to comment.