diff options
author | Abseil Team <absl-team@google.com> | 2019-07-10 22:26:15 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-07-16 15:21:11 (GMT) |
commit | e4f097b5fbba8223b75cb4ff7394958c5aa410d7 (patch) | |
tree | 5bdab7ebf36d9486761100c901a69f2e31dbaf8b /.travis.yml | |
parent | 947aeab281f1b160d2db5045064be73c984f1ae6 (diff) | |
download | googletest-e4f097b5fbba8223b75cb4ff7394958c5aa410d7.zip googletest-e4f097b5fbba8223b75cb4ff7394958c5aa410d7.tar.gz googletest-e4f097b5fbba8223b75cb4ff7394958c5aa410d7.tar.bz2 |
Googletest export
Update a broken link in a comment.
PiperOrigin-RevId: 257493975
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c3e94e2..db199c8 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: |