aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-01-11 17:03:14 -0500
committerGitHub <noreply@github.com>2018-01-11 17:03:14 -0500
commited8d02cfc689f26b65e6deb585561c59615b05de (patch)
tree371698e0fec0be0064feb42a1f9a0d1d66d5c096 /.travis.yml
parent73d1251fe9a923c8bbae4b253fbb6ac9a2170d7d (diff)
downloadgoogletest-ed8d02cfc689f26b65e6deb585561c59615b05de.tar.gz
googletest-ed8d02cfc689f26b65e6deb585561c59615b05de.tar.bz2
googletest-ed8d02cfc689f26b65e6deb585561c59615b05de.zip
Update .travis.yml
Trying to get around mongoDB expired keys, etc
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c74e1020..2fbb3b16 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,13 +11,11 @@ language: cpp
matrix:
include:
- os: linux
- group: deprecated-2017Q4
compiler: gcc
sudo : true
install: ./ci/install-linux.sh && ./ci/log-config.sh
script: ./ci/build-linux-bazel.sh
- os: linux
- group: deprecated-2017Q4
compiler: clang
sudo : true
install: ./ci/install-linux.sh && ./ci/log-config.sh