summaryrefslogtreecommitdiff
path: root/.travis
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-11-22 21:51:40 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-11-22 21:51:40 +0000
commit60cd08e774a98780cb7a3e03281be5de4cb782d7 (patch)
treea17fab2f8af24fbc7307e720782edaba45abe1f2 /.travis
parentd89f83f8b54d2c169b35579d1320e227166f5e33 (diff)
Upgrade bazel to 0.19.0 to fix the bazel build.
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/bazel-linux6
1 files changed, 3 insertions, 3 deletions
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
6 6
7travis_install() { 7travis_install() {
8 # Get bazel. 8 # Get bazel.
9 wget https://github.com/bazelbuild/bazel/releases/download/0.17.1/bazel-0.17.1-installer-linux-x86_64.sh 9 wget https://github.com/bazelbuild/bazel/releases/download/0.19.0/bazel-0.19.0-installer-linux-x86_64.sh
10 chmod +x bazel-0.17.1-installer-linux-x86_64.sh 10 chmod +x bazel-0.19.0-installer-linux-x86_64.sh
11 ./bazel-0.17.1-installer-linux-x86_64.sh --user 11 ./bazel-0.19.0-installer-linux-x86_64.sh --user
12 echo 'build --jobs=4 --curses=no --verbose_failures' >> $HOME/.bazelrc 12 echo 'build --jobs=4 --curses=no --verbose_failures' >> $HOME/.bazelrc
13 echo 'build --config=linux' >> $HOME/.bazelrc 13 echo 'build --config=linux' >> $HOME/.bazelrc
14 echo "build --config=$CC" >> $HOME/.bazelrc 14 echo "build --config=$CC" >> $HOME/.bazelrc