From e4f097b5fbba8223b75cb4ff7394958c5aa410d7 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Wed, 10 Jul 2019 18:26:15 -0400 Subject: Googletest export Update a broken link in a comment. PiperOrigin-RevId: 257493975 --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c3e94e2b..db199c84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ # This file can be validated on: # http://lint.travis-ci.org/ +sudo: false language: cpp # Define the matrix explicitly, manually expanding the combinations of (os, compiler, env). @@ -10,17 +11,20 @@ language: cpp matrix: include: - os: linux + sudo: required before_install: chmod -R +x ./ci/*platformio.sh install: ./ci/install-platformio.sh script: ./ci/build-platformio.sh - os: linux dist: xenial compiler: gcc + sudo : true install: ./ci/install-linux.sh && ./ci/log-config.sh script: ./ci/build-linux-bazel.sh - os: linux dist: xenial compiler: clang + sudo : true install: ./ci/install-linux.sh && ./ci/log-config.sh script: ./ci/build-linux-bazel.sh - os: linux @@ -48,7 +52,7 @@ install: script: ./ci/travis.sh -# This section installs the necessary dependencies. +# For sudo=false builds this section installs the necessary dependencies. addons: apt: # List of whitelisted in travis packages for ubuntu-precise can be found here: -- cgit v1.2.3