aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authormisterg <misterg@google.com>2019-08-05 16:42:55 -0400
committerGennadiy Civil <misterg@google.com>2019-08-06 13:14:39 -0400
commit9f8c3934d515d622e06fa943c5741ccd282b2bf1 (patch)
tree0226e052256bac288baee79a0c959ad6dd6b09c8 /.travis.yml
parent11be5f534cfca1139880dd66727c15f5bd1e0780 (diff)
downloadgoogletest-9f8c3934d515d622e06fa943c5741ccd282b2bf1.tar.gz
googletest-9f8c3934d515d622e06fa943c5741ccd282b2bf1.tar.bz2
googletest-9f8c3934d515d622e06fa943c5741ccd282b2bf1.zip
Googletest export
Restore https://github.com/google/googletest/pull/2309 that got overwritten PiperOrigin-RevId: 261759571
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 6b4c5c76..56f7d7c1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,6 @@
# 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).
@@ -11,20 +10,17 @@ 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
@@ -52,7 +48,7 @@ install:
script: ./ci/travis.sh
-# For sudo=false builds this section installs the necessary dependencies.
+# This section installs the necessary dependencies.
addons:
apt:
# List of whitelisted in travis packages for ubuntu-precise can be found here: