Skip to content

Commit

Permalink
Upgrade CI Bazel from 2.1.1 to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gebn committed Mar 18, 2020
1 parent f1b7ac7 commit a8510a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ os: linux
language: shell # N.B. Bazel downloads its own Go SDK
env:
global:
- BAZEL_VERSION=2.1.1
- BAZEL_SHA256=d6cea18d59e9c90c7ec417b2645834f968132de16d0022c7439b1e60438eb8c9
- BAZEL_VERSION=2.2.0
- BAZEL_SHA256=6dfcd3b3d7a8811f53a1776c285cf533bc12c33d1eaf49b6105e9699df26ef57
before_install:
- |
wget -O install.sh "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION}/bazel-${BAZEL_VERSION}-installer-linux-x86_64.sh"
Expand Down

0 comments on commit a8510a9

Please sign in to comment.