Skip to content

Commit

Permalink
Upgrade Bazel in Travis CI build environment to version 0.28.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ozturel committed Jul 29, 2019
1 parent dceb4ea commit 214b2ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ python:

before_install:
- sudo apt-get install pkg-config zip g++ zlib1g-dev unzip python3
- wget 'https://github.com/bazelbuild/bazel/releases/download/0.27.0/bazel-0.27.0-installer-linux-x86_64.sh'
- chmod +x bazel-0.27.0-installer-linux-x86_64.sh
- ./bazel-0.27.0-installer-linux-x86_64.sh --user
- rm -f bazel-0.27.0-installer-linux-x86_64.sh
- wget 'https://github.com/bazelbuild/bazel/releases/download/0.28.1/bazel-0.28.1-installer-linux-x86_64.sh'
- chmod +x bazel-0.28.1-installer-linux-x86_64.sh
- ./bazel-0.28.1-installer-linux-x86_64.sh --user
- rm -f bazel-0.28.1-installer-linux-x86_64.sh

addons:
apt:
Expand Down

0 comments on commit 214b2ac

Please sign in to comment.