summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2019-07-15 18:35:15 (GMT)
committerGitHub <noreply@github.com>2019-07-15 18:35:15 (GMT)
commitb97b96a1a434446819b593d18976322f0db6280c (patch)
tree4f5666cb158dfe843fd551db01d68228e8713d75
parent5c4d53fd52d17d882b0b9bc26d715d2a0e7cfef2 (diff)
parentdfb5e22b8b300493fc8ababd1359bb4c8422dbb1 (diff)
downloadgoogletest-b97b96a1a434446819b593d18976322f0db6280c.zip
googletest-b97b96a1a434446819b593d18976322f0db6280c.tar.gz
googletest-b97b96a1a434446819b593d18976322f0db6280c.tar.bz2
Merge pull request #2309 from cclauss/patch-1
Travis CI: The sudo: tag is now deprecated in Travis CI
-rw-r--r--.travis.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index db199c8..c3e94e2 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: