diff options
author | Gennadiy Civil <misterg@google.com> | 2019-06-17 19:19:01 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-06-17 19:19:01 (GMT) |
commit | 1e5ad17e9751f9181670d55f76d6a78df8f073d7 (patch) | |
tree | 23eb48e99cdbd195aef1433cfaa772c64a971827 | |
parent | 919142f8a96bb37f10bcad1f45d77855faaa7d88 (diff) | |
download | googletest-1e5ad17e9751f9181670d55f76d6a78df8f073d7.zip googletest-1e5ad17e9751f9181670d55f76d6a78df8f073d7.tar.gz googletest-1e5ad17e9751f9181670d55f76d6a78df8f073d7.tar.bz2 |
testing with bazel 0.26.1
-rwxr-xr-x | ci/install-linux.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/install-linux.sh b/ci/install-linux.sh index 8058dbd..7dcd0bd 100755 --- a/ci/install-linux.sh +++ b/ci/install-linux.sh @@ -42,7 +42,7 @@ if [ "${TRAVIS_SUDO}" = "true" ]; then sudo tee /etc/apt/sources.list.d/bazel.list curl https://bazel.build/bazel-release.pub.gpg | sudo apt-key add - sudo apt-get update && sudo apt-get install -y gcc-4.9 g++-4.9 clang-3.9 - sudo apt-get install bazel 0.26.1 + sudo apt-get install bazel-0.26.1 elif [ "${CXX}" = "clang++" ]; then # Use ccache, assuming $HOME/bin is in the path, which is true in the Travis build environment. ln -sf /usr/bin/ccache $HOME/bin/${CXX}; |