Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit bb60b50

Browse files
author
Ian Sturdy
authored
Update Travis and Appveyor's Bazel version. (#129)
1 parent 1860e7a commit bb60b50

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ env: BAZEL_OPTIONS="--local_resources=4096,2,1.0 --copt=-Werror=thread-safety"
77

88
before_install:
99
- tools/format.sh
10-
- wget https://github.com/bazelbuild/bazel/releases/download/0.8.1/bazel-0.8.1-installer-linux-x86_64.sh
11-
- chmod +x bazel-0.8.1-installer-linux-x86_64.sh
12-
- ./bazel-0.8.1-installer-linux-x86_64.sh --user
10+
- wget https://github.com/bazelbuild/bazel/releases/download/0.11.1/bazel-0.11.1-installer-linux-x86_64.sh
11+
- chmod +x bazel-0.11.1-installer-linux-x86_64.sh
12+
- ./bazel-0.11.1-installer-linux-x86_64.sh --user
1313

1414
script:
1515
# We can't use --noshow_progress because Travis terminates the

tools/appveyor/install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ IF NOT EXIST %INSTALL_CACHE% (MKDIR %INSTALL_CACHE%)
1919

2020
REM Download bazel into install cache, which is on the path.
2121
IF NOT EXIST %INSTALL_CACHE%\bazel.exe (
22-
appveyor DownloadFile https://github.com/bazelbuild/bazel/releases/download/0.10.1/bazel-0.10.1-without-jdk-windows-x86_64.exe -FileName %INSTALL_CACHE%\bazel.exe
22+
appveyor DownloadFile https://github.com/bazelbuild/bazel/releases/download/0.11.1/bazel-0.11.1-without-jdk-windows-x86_64.exe -FileName %INSTALL_CACHE%\bazel.exe
2323
)
2424

2525
REM Temporary directory for bazel.

0 commit comments

Comments
 (0)