summaryrefslogtreecommitdiff
path: root/.travis
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-09-14 22:19:28 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-09-14 22:19:28 +0000
commite0f9f2f3a702e2711bc41a930ceffbf94fb77f6d (patch)
treec8a6badf178fe9a7a820ede98c96b29b7de18c21 /.travis
parent49bb43f6626b927b978eac765609844294523cad (diff)
Use most recent version of Bazel (0.17.1).
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 5594ff8c..23911cdb 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.16.0/bazel-0.16.0-installer-linux-x86_64.sh 9 wget https://github.com/bazelbuild/bazel/releases/download/0.17.1/bazel-0.17.1-installer-linux-x86_64.sh
10 chmod +x bazel-0.16.0-installer-linux-x86_64.sh 10 chmod +x bazel-0.17.1-installer-linux-x86_64.sh
11 ./bazel-0.16.0-installer-linux-x86_64.sh --user 11 ./bazel-0.17.1-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