Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
b97b96a1
Unverified
Commit
b97b96a1
authored
Jul 15, 2019
by
Gennadiy Civil
Committed by
GitHub
Jul 15, 2019
Browse files
Merge pull request #2309 from cclauss/patch-1
Travis CI: The sudo: tag is now deprecated in Travis CI
parents
5c4d53fd
dfb5e22b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
.travis.yml
.travis.yml
+1
-5
No files found.
.travis.yml
View file @
b97b96a1
...
...
@@ -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 t
his section installs the necessary dependencies.
#
T
his section installs the necessary dependencies.
addons
:
apt
:
# List of whitelisted in travis packages for ubuntu-precise can be found here:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment