From 60cd08e774a98780cb7a3e03281be5de4cb782d7 Mon Sep 17 00:00:00 2001 From: iphydf Date: Thu, 22 Nov 2018 21:51:40 +0000 Subject: Upgrade bazel to 0.19.0 to fix the bazel build. --- .travis/bazel-linux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.travis') diff --git a/.travis/bazel-linux b/.travis/bazel-linux index 38118a17..c63515aa 100755 --- a/.travis/bazel-linux +++ b/.travis/bazel-linux @@ -6,9 +6,9 @@ set -eu travis_install() { # Get bazel. - wget https://github.com/bazelbuild/bazel/releases/download/0.17.1/bazel-0.17.1-installer-linux-x86_64.sh - chmod +x bazel-0.17.1-installer-linux-x86_64.sh - ./bazel-0.17.1-installer-linux-x86_64.sh --user + wget https://github.com/bazelbuild/bazel/releases/download/0.19.0/bazel-0.19.0-installer-linux-x86_64.sh + chmod +x bazel-0.19.0-installer-linux-x86_64.sh + ./bazel-0.19.0-installer-linux-x86_64.sh --user echo 'build --jobs=4 --curses=no --verbose_failures' >> $HOME/.bazelrc echo 'build --config=linux' >> $HOME/.bazelrc echo "build --config=$CC" >> $HOME/.bazelrc -- cgit v1.2.3