From 49907e1c3457570f56d959ae26dec6c3a5edd417 Mon Sep 17 00:00:00 2001 From: Lars Volker Date: Wed, 31 Jan 2018 13:29:11 -0800 Subject: Fix Travis build by running tests as root A recent configuration change made it necessary to run our tests on Travis as root. This change also increases the timeout of ParallelChildCrashesDontHang to make it pass in Travis virtualized containers. Bug: google-breakpad:753 Change-Id: I6ca8ff4513c6ea3e0646f22457f28b5c4fca6654 Reviewed-on: https://chromium-review.googlesource.com/890564 Reviewed-by: Mike Frysinger --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4a7b775a..628362d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ # https://docs.travis-ci.com/ language: cpp +sudo: required + addons: apt: sources: -- cgit v1.2.1