aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authormisterg <misterg@google.com>2019-06-17 17:10:49 -0400
committerGennadiy Civil <misterg@google.com>2019-06-18 10:36:59 -0400
commitbe8d0146252f049eaa96c730c3c3a571f212beb2 (patch)
tree3852cf6fa86ec1bfa0bac4f24cdb3b30a3a1102a /.travis.yml
parented43ecf9eeab2b1578aab8f665dbdd862c01442d (diff)
downloadgoogletest-be8d0146252f049eaa96c730c3c3a571f212beb2.tar.gz
googletest-be8d0146252f049eaa96c730c3c3a571f212beb2.tar.bz2
googletest-be8d0146252f049eaa96c730c3c3a571f212beb2.zip
Googletest export
Internal Change PiperOrigin-RevId: 253658026
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index db199c84..61c51dd2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,26 +11,28 @@ language: cpp
matrix:
include:
- os: linux
+ dist: trusty
sudo: required
+ group: deprecated-2017Q3
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
+ group: deprecated-2017Q4
compiler: gcc
env: BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS=-std=c++11
- os: linux
+ group: deprecated-2017Q4
compiler: clang
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11 -Wgnu-zero-variadic-macro-arguments
- os: linux