diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-01-11 21:57:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-11 21:57:44 (GMT) |
commit | 73d1251fe9a923c8bbae4b253fbb6ac9a2170d7d (patch) | |
tree | d935b92859fa06ecee1ccf4c5c8a04ffb7546375 | |
parent | cfd29e04880fb7fe9cbfd7d9e960d6d0fb426d50 (diff) | |
download | googletest-73d1251fe9a923c8bbae4b253fbb6ac9a2170d7d.zip googletest-73d1251fe9a923c8bbae4b253fbb6ac9a2170d7d.tar.gz googletest-73d1251fe9a923c8bbae4b253fbb6ac9a2170d7d.tar.bz2 |
Update .travis.yml
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index efeac01..c74e102 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,13 +13,13 @@ matrix: - os: linux group: deprecated-2017Q4 compiler: gcc - sudo=true + 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 + sudo : true install: ./ci/install-linux.sh && ./ci/log-config.sh script: ./ci/build-linux-bazel.sh - os: linux |