Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
9f8c3934
Commit
9f8c3934
authored
Aug 05, 2019
by
misterg
Committed by
Gennadiy Civil
Aug 06, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Googletest export
Restore
https://github.com/google/googletest/pull/2309
that got overwritten PiperOrigin-RevId: 261759571
parent
11be5f53
Show 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 @
9f8c3934
...
@@ -3,7 +3,6 @@
...
@@ -3,7 +3,6 @@
# This file can be validated on:
# This file can be validated on:
# http://lint.travis-ci.org/
# http://lint.travis-ci.org/
sudo
:
false
language
:
cpp
language
:
cpp
# Define the matrix explicitly, manually expanding the combinations of (os, compiler, env).
# Define the matrix explicitly, manually expanding the combinations of (os, compiler, env).
...
@@ -11,20 +10,17 @@ language: cpp
...
@@ -11,20 +10,17 @@ language: cpp
matrix
:
matrix
:
include
:
include
:
-
os
:
linux
-
os
:
linux
sudo
:
required
before_install
:
chmod -R +x ./ci/*platformio.sh
before_install
:
chmod -R +x ./ci/*platformio.sh
install
:
./ci/install-platformio.sh
install
:
./ci/install-platformio.sh
script
:
./ci/build-platformio.sh
script
:
./ci/build-platformio.sh
-
os
:
linux
-
os
:
linux
dist
:
xenial
dist
:
xenial
compiler
:
gcc
compiler
:
gcc
sudo
:
true
install
:
./ci/install-linux.sh && ./ci/log-config.sh
install
:
./ci/install-linux.sh && ./ci/log-config.sh
script
:
./ci/build-linux-bazel.sh
script
:
./ci/build-linux-bazel.sh
-
os
:
linux
-
os
:
linux
dist
:
xenial
dist
:
xenial
compiler
:
clang
compiler
:
clang
sudo
:
true
install
:
./ci/install-linux.sh && ./ci/log-config.sh
install
:
./ci/install-linux.sh && ./ci/log-config.sh
script
:
./ci/build-linux-bazel.sh
script
:
./ci/build-linux-bazel.sh
-
os
:
linux
-
os
:
linux
...
@@ -52,7 +48,7 @@ install:
...
@@ -52,7 +48,7 @@ install:
script
:
./ci/travis.sh
script
:
./ci/travis.sh
#
For sudo=false builds t
his section installs the necessary dependencies.
#
T
his section installs the necessary dependencies.
addons
:
addons
:
apt
:
apt
:
# List of whitelisted in travis packages for ubuntu-precise can be found here:
# 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