summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authordmauro <dmauro@google.com>2020-05-28 19:37:07 (GMT)
committerDerek Mauro <dmauro@google.com>2020-05-28 23:55:32 (GMT)
commit859bfe8981d6724c4ea06e73d29accd8588f3230 (patch)
treeb68d5c9b26d7f2ca3bd6a89ebc3982947db2a346 /.travis.yml
parentfd32ba66e2408f2599f9b03a9b2b1ef2c272b7e3 (diff)
downloadgoogletest-859bfe8981d6724c4ea06e73d29accd8588f3230.zip
googletest-859bfe8981d6724c4ea06e73d29accd8588f3230.tar.gz
googletest-859bfe8981d6724c4ea06e73d29accd8588f3230.tar.bz2
Googletest export
Update Travis CI to use Ubuntu Bionic in some cases PiperOrigin-RevId: 313639562
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml17
1 files changed, 6 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index 930f994..d7b23b9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,19 +14,21 @@ matrix:
install: ./ci/install-platformio.sh
script: ./ci/build-platformio.sh
- os: linux
- dist: xenial
+ dist: bionic
compiler: gcc
install: ./ci/install-linux.sh && ./ci/log-config.sh
script: ./ci/build-linux-bazel.sh
- os: linux
- dist: xenial
+ dist: bionic
compiler: clang
install: ./ci/install-linux.sh && ./ci/log-config.sh
script: ./ci/build-linux-bazel.sh
- os: linux
+ dist: bionic
compiler: gcc
env: BUILD_TYPE=Debug VERBOSE=1 CXX_FLAGS="-std=c++11 -Wdeprecated"
- os: linux
+ dist: bionic
compiler: clang
env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS="-std=c++11 -Wdeprecated" NO_EXCEPTION=ON NO_RTTI=ON COMPILER_IS_GNUCXX=ON
- os: osx
@@ -48,16 +50,9 @@ script: ./ci/travis.sh
# This section installs the necessary dependencies.
addons:
apt:
- # List of whitelisted in travis packages for ubuntu-precise can be found here:
- # https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise
- # List of whitelisted in travis apt-sources:
- # https://github.com/travis-ci/apt-source-whitelist/blob/master/ubuntu.json
- sources:
- - ubuntu-toolchain-r-test
- - llvm-toolchain-precise-3.9
packages:
- - g++-4.9
- - clang-3.9
+ - g++
+ - clang
update: true
homebrew:
packages: