aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2019-07-10 18:26:15 -0400
committerGennadiy Civil <misterg@google.com>2019-07-16 11:21:11 -0400
commite4f097b5fbba8223b75cb4ff7394958c5aa410d7 (patch)
tree5bdab7ebf36d9486761100c901a69f2e31dbaf8b /.travis.yml
parent947aeab281f1b160d2db5045064be73c984f1ae6 (diff)
downloadgoogletest-e4f097b5fbba8223b75cb4ff7394958c5aa410d7.tar.gz
googletest-e4f097b5fbba8223b75cb4ff7394958c5aa410d7.tar.bz2
googletest-e4f097b5fbba8223b75cb4ff7394958c5aa410d7.zip
Googletest export
Update a broken link in a comment. PiperOrigin-RevId: 257493975
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
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: